Array.Dim()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class ARRAY >

Array.Dim()

Description

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.

 

Type

INSTANCE FUNCTION

 

Usage

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.