LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to control the multilistbox?

here are three cotrol keys,I want to write the three numebers of the contol keys in a row of a multilistbox.
Besides,I want to make use of a booleam key to control
the above action.I mean that when i push the boolean key once,the programme write the th three numebers of the contol keys in the first row of the multilistbox.when push again ,the programme redo the above action,however,this time the programme write the numbers in the second row of the multilistbox.If i push the boolean botton N times,the multilistbox can list N rows of information that have been filled.
I think over it for a long time !but I fail to realize
it.Please help me, If you programme a simmilar one ,would you like to upload the VI.thanks a lot!
I ues the vers
ion is 6.01!
0 Kudos
Message 1 of 2
(2,539 Views)
> here are three cotrol keys,I want to write the three numebers of the
> contol keys in a row of a multilistbox.

I don't know if you have found the property node for the multicolumn
listbox, but it contains a property called itemNames. The datatype is a
2D array of strings, and this property is what you will want to be
updating. Either remember what you last wrote, or read the property,
then add your new row to the end of the 2D array using build array.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,539 Views)