Type definition cannot have array of arrays
- Updated2025-07-30
- 1 minute(s) read
The type definition for the control is an array, and the control is an element of an array. You cannot create an array of arrays.
To correct this error, make sure you do not attempt to create an array of arrays in LabVIEW. Instead, use a multidimensional array or create an array of clusters in which each cluster contains one or more arrays.
For more information, refer to Grouping Data with Arrays and Clusters.