javascript VBArray toArray( )

Returns a JavaScript array version of the VBArray .

javascript VBArray lbound(), ubound( )

Return an integer of the lowest and highest index values available for a particular dimension of a VBArray .

javascript VBArray getItem( )

Returns the value of an item from the VBArray . Parameters specify the location in the array.

javascript VBArray dimensions( )

Returns an integer corresponding to the number of dimensions of the VBArray .

javascript VBArray Description

The VBArray object lets JavaScript communicate with Visual Basic safe arrays. This kind of array is read-only, can be multidimensional, and is som