LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write 2d array of clusters

i have a 2d array of clusters. How can i write it into a file ?
thanx
0 Kudos
Message 1 of 2
(2,655 Views)
Easiest would be to just write a datalog file using the 2D Array of Clusters as datalog type (See attached example).

Alternatively, you can just flatten your array to a string before writing, and unflatten from string after reading.

Do you need to be able to read with other applications?
In this case, a possibility would be to "flatten to XML" and "unflatten from XML".
0 Kudos
Message 2 of 2
(2,655 Views)