LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combo box + get the label with the value

Hello,
I have a vi where I get some values from a file. I have some combo box, and I would like to get the label corresponding to the given value...
0 Kudos
Message 1 of 2
(2,437 Views)
You can get the values and labels of the combo box using the property Labels & Values.
To access the property you need to create a property node. Right click on the control or the terminal and select Create>>Property Node. Then select the appropiate property and make it read or write.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,429 Views)