LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read write multicolumn listbox

Solved!
Go to solution

Hello!
Please help! I can not understand! How to write and read data from a file into multicolumn listbox? Please give an example. I have a multicolumn listbox size of 10 rows of 10 cells.
Necessary data from this multicolumn listbox to write the file (preferably ini). Then, the recorded data is read from a file in a multicolumn listbox.

0 Kudos
Message 1 of 3
(5,519 Views)

Hi,

 

Multicolumn list box contains data in 2D array of string data type. You can use property node "Item Names" of multicolumn list box to read and write the data and property node "Value" can be used to index the selected row of data.

Thanks

0 Kudos
Message 2 of 3
(5,506 Views)
Solution
Accepted by topic author 1111111111111111

You can read/write to/from its ItemNames property.

Untitled.png

0 Kudos
Message 3 of 3
(5,505 Views)