From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,462 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,458 Views)
Thanks Dr. Imad, that worked.
0 Kudos
Message 3 of 3
(2,450 Views)