LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listbox one line at a time

I want to add one line at a time in listbox/textbox just like InsertTextboxLine funtion in CVI. I can not find similar VI in labview. I think I can do it long way...by saving listbox to an array then append my line at the end of the array and send updated array to listbox..these are lot of steps to add one line to listbox/textbox...
Any help would be appreciated.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 3
(2,716 Views)
Actually, the way to append an item to a list box is to create an Item Names property node for the list box.  Then you can use Insert Into Array, and write to another property node for Item Names.
 

Message Edited by tbob on 10-03-2005 02:31 PM

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 3
(2,711 Views)
See attchaed little demo (LabVIEW 7.1)
Message 3 of 3
(2,698 Views)