LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read datalog file to listbox more efficient except by setting cell value on by one!?

I have written a complicate test data(including string,number array,bool array..) to a datalog file,and want to handle it after task,so, How to read datalog file to listbox more efficient except by setting cell value on by one!?
Thank you!
0 Kudos
Message 1 of 4
(2,612 Views)
Use a property node and write the string array to the strings[] property
Greg Bush CLAD
Message 2 of 4
(2,602 Views)
I'm sorry ,My control is table ,I can not find the property!
0 Kudos
Message 3 of 4
(2,582 Views)
If you are using a table, you can write a 2d string directly to it. If you are using it as a control, not an indicator, write to a local variable. If you are using a listbox control, as you first stated, right click on listbox, create a property node, select Item Names, then write a 2d array of strings to that node. 🙂
Greg Bush CLAD
0 Kudos
Message 4 of 4
(2,575 Views)