Array.Dim()

Array.Dim()

Type: INSTANCE FUNCTION

Purpose: Returns 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.

Usage: NumDim = Array.Dim()

  NumDim INDEX The number of dimensions the array has.

or

ColSize = Array.Dim(Column)

  Column INDEX Valid column of the array.
  ColSize INDEX

Number of elements in the Column.

Related Topics Link IconRelated Topics