Array Variables

An array variable names the object that is the array. In addition, an array variable contains other, multiple variables. These variables are called the array components and each are of the same type as the type held by the array. For example, if a component type of an array is T, then the type of the array itself is T[].

There is no maximum limit to the size of an array, nor any requirement that member variables be indexed or assigned contiguously. Only memory limits the size of an array.

The Array Variables selection box lists all the array variables contained in the currently opened script. Use this selection box to paste an already defined array variable into an expression.