Dimension property: Array class

Description

The Dimension property is the number of "Array" type names from the declaration of the array, also called subarrays. This property returns a number.

This property is read-only.

Example

The following example sets &DIM to 2.

Local Array of Array of Number &AAN;
&DIM = &AAN.Dimension;