CorArray: Rank

Rank

Returns the number of dimensions in the array.



 Public Function Rank(
	  ByRef Arr As Variant ) As Long

Parameters

Arr
[ByRef] Variant. The array to retrieve the number of dimensions from.

Return Values

Long -  The number of dimension in the array.

See Also

Project CorLib Overview

Class CorArray Overview