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)
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)