LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write multicolumn listbox's itemname by rows ,need to write one row after another.writed -rows maitain .

如何安行写入multicolumn listbox 的itemname 项,原来写入的保持不变,新写入的安行填入!
0 Kudos
Message 1 of 2
(2,659 Views)
Create a property node for the the listbox and select the Item Names property. This will generate a 2D array of strings. An easy way to write this data to a file is to modify the Write to Spreadsheet File function to handle strings. The diagram of the function has detailed instructions on how to modify it to accept strings as input. Don't forget to save it as new name and to a new location.
0 Kudos
Message 2 of 2
(2,659 Views)