VBArray.dimensions() (Method)

A method for requesting the number of dimensions of the array.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyVBArray.dimensions()

This tells you the number of axes in the array; you can then determine the maximum size they are expected to occupy with the lbounds() and ubounds() methods.