LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

inserting columns from table into an 2D array

Solved!
Go to solution

in the main VI i'm using event structures 😄 

my Problem is still to insert the column values from the table into the combobox array

0 Kudos
Message 11 of 13
(273 Views)
Solution
Accepted by topic author KKOCH

@KKOCH wrote:

in the main VI i'm using event structures 😄 

my Problem is still to insert the column values from the table into the combobox array


Part of the problem is you're trying to explain what you want by posting VIs that don't do what you want.

 

Looking at that test.vi, I can't figure out what you want to do. There's a table, an array and a few controls in a loop. There are a few comboboxes, and everything has a value.

 

I also wander what you consider the value of a combobox. A combobox is a string, and it's value is a string. The 'values' of a combobox that drop down are actually a property of the combobox (and can't be set individually in an array).

0 Kudos
Message 12 of 13
(268 Views)

ok, i've understood that the idea with the array will not work.

I will try an other way. 

thanks guys

0 Kudos
Message 13 of 13
(244 Views)