User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
In LabVIEW it is not possible to have an array of arrays. Something that gets you close is a 2D array but each row must be the same size. You can have an array of clusters of arrays to get around this limitation. Many languages do support arrays of arrays.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've had this idea open to discussion for years, but I'm closing it now because the benefits of adding the "array of arrays" concept to G do not outweigh the costs of the increased array API complexity.