LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

list box

How do we extract elements from a list box programmatically row by row. Like using each element at a time and use if for somethign else.  Or I need to create an array with the elements in the list box. The size of the array depends on the number of elements in the list.

-Sreekar
0 Kudos
Message 1 of 3
(2,923 Views)
Create a property node for the list box and select "Item Names". This will return an array of strings of all of the values in the listbox
Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
0 Kudos
Message 2 of 3
(2,916 Views)
yup..got that..thanks...
0 Kudos
Message 3 of 3
(2,905 Views)