GetRank
Previous
Top
Next
Returns the number of dimensions of an array specified at runtime. Possible values are 1, 2 or 3.
Syntax: GetRank (ArrayName)
Example:
Dim items(5,10)
...
i = GetRank("items")
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)