Arrays of Arrays

A type of nested array where each element is another array, such as foo[0][1]. Access elements using bracket notation with structured array syntax. When working with arrays of arrays, use bracket indexing to navigate through nested levels. The objectArray:eval() and other object array functions can be used on these datatypes.

Related ContentRelated Terms