LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

input variables into combo box

Hi,

is there a way to add an array of 1 d strings to a combo box? thank you if you have time for an example that would be great.
0 Kudos
Message 1 of 3
(2,698 Views)

You just need to use a property node ( right click on the control>> create>> property node) of that combo box and select its property as either 'strings[ ]' or 'strings[ ] and values[ ]'

Now, pass corresponding 1D array to it

See attached pic for more information

Regards

Dev

 

 

Message 2 of 3
(2,693 Views)
perfect thank you
0 Kudos
Message 3 of 3
(2,673 Views)