09-18-2007 04:06 PM
09-18-2007 04:16 PM
Getting the selected elements in 7.0 is exactly the same as in new or older versions of LabVIEW. Assuming that you have the selection mode set to 0 or more or 1 or more, the listbox control is an I32 array. The contents of the array are the index values. To get the names of the selected items, right click on the control and select Create>Property Node. Right click on the property node and select Properties>Item Names. This is a string array with all of the item names in the list box.
You justify the text by highlightling the text and choosing the justify option from the Text Settings button on the toolbar.
01-15-2010 05:29 PM
01-15-2010 11:14 PM
01-17-2010 07:35 AM