LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the selected ItemName in a listbox

I have a listbox populated with about 200 items (strings).
I would like to get currently selected Item (string, not the
enum value) during run time. How do I do it?

Thanks,

Ratin
0 Kudos
Message 1 of 3
(2,883 Views)
create a propery node with

items names
value

pass the item names to the array input of index array function
and the value to the index input of the index array function
Message 2 of 3
(2,879 Views)
Thanks Dr. Imad, that worked.
0 Kudos
Message 3 of 3
(2,871 Views)