LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill strings in a table

Hello

Hi have different strings-controls and would like to fill the content of each string-control in a specific cell of a table:

the content of the first string in the first row of the first column
the content of the second string in the second row of the first column
the content of the third string in the first row of the second column
and so on...

how can i realize it?
thanx for help
Olivier
0 Kudos
Message 1 of 2
(3,411 Views)
The thing to remember is that a table is just a special way of displaying a 2D array of strings. To assemble a number of items into a table, first build all the items you want to go on each row into a 1D array of strings. Then build all the 1D arrays into a 2D array.

The attached VI shows the process...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(3,411 Views)