01-28-2009 06:52 PM
Solved! Go to Solution.
01-28-2009 07:35 PM
Hi William,
Right click on it>>create>>property node>>item names to create a property node of item names.
If arraw of item names property is on the right, right click on it>>change to write.
Item names accept string data type.
Therefore, if you intend to write a number to it, you must use a function to convert numeric to string first.
If you've just a 1D array, wire it to build array function to create 2D array supporting by item names property.
Regards, Kate
01-29-2009 06:41 PM
03-11-2009 11:11 AM
HI kate,
Just want to convey my thanks for solving the puzzle for multicolumn listbox. I just spend couple of hours trying to go through examples of listbox but no luck. I tried your solution, it flies in one shot. Thanks again.
Hansa
01-07-2013 02:29 AM
Kate, can you elaborate on this a bit more for a begginner? I'm hoping to be able to write to a listbox and use it like a data table, but I dont quite follow your explanation. I'm logging numerical data, and my column headers are #, relative position, measured value, and comment. All of my values will come from an array, and comments can later be added. I'm also looking for a way to export the data from my listbox to a spreadsheet or text fil. Thanks for your help!