LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to/how can I create an array of arrays in Labview 6i?

I am trying to create a data structure based on a tree where each limb is an array of arrays and each of those arrays is an array of arrays...etc. My ultimate purpose of this is for multidimensional (infinite) data saving/data recovery.
0 Kudos
Message 1 of 2
(2,781 Views)
I suspect it won't work for your intended application, but here is an answer to your question:

You can't create an array of arrays, because that would be the same as increasing the number of dimensions of the array. However, you can store an array in a cluster, then have an array of clusters with arrays in them. So, indirectly it is possible. This gives you the possibility of each array being a different size.

Bruce
Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 2
(2,781 Views)