Description Retrieves the number of dimensions in a particular array.
Syntax dims = GetDim ( any )
Parameters dims (Long) The number of dimensions of the array, or 0 if any is not an array.
any (Array of any type) An array of any type.
Remarks This function retrieves the number of dimensions in a particular array. If there is a problem, the function returns 0 but does not set an error.
See Also Examples
|