LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display array data in a Listbox

Thank you for your support. It works for me.
0 Kudos
Message 11 of 13
(1,407 Views)
It works. How do I get the selected values from multicolumn listbox? If I select one than one from the list box, the selected items need to be added in array.
 
 
0 Kudos
Message 12 of 13
(1,400 Views)

When you have multiple selections enabled, the teminal is a 1D I32 array. These are the element numbers of the array that you created to populate the listbox in the first place.

For help in understanding the basics of LabVIEW, check out some of the training resources. There are some free ones listed at http://www.ni.com/academic/lv_training/how_learn_lv.htm.

0 Kudos
Message 13 of 13
(1,393 Views)