Microsoft JScript
dimensions Method
Language Reference
Version 3

See Also Applies To


Description
Returns the number of dimensions in a VBArray.
Syntax
array.dimensions( )

The array argument is a VBArray object.

Remarks
The dimensions method provides a way to retrieve the number of dimensions in a specified VBArray.

Comments