<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class ARRAY > Array.Dim() |
Return the dimensions of the array.
Array.Dim() returns the number of dimensions in the array, while Array.Dim(dimension) returns the size of the specified array column.
NumDim = Array.Dim()
or
ColSize = Array.Dim(Column)
NumDim |
INDEX |
The number of dimensions the array has. |
Column |
INDEX |
Valid Column of the array. |
ColSize |
INDEX |
Number of elements in the Column. |