Prev Page Next Page
ArrayRank
Previous Top Next

Returns the number of dimensions of an array. Possible values are 1, 2 or 3.

Syntax: ArrayRank (Array)

Example:
Dim items(5,10)
...
i = ArrayRank(items)
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)