Syntax
var variable = new VBArray(vbarray)
The VBArray object provides access to Visual Basic safeArrays.
Methods of the VBArray Object
MethodDescription
dimensions()Returns the number of dimensions in the array
getItem()Returns the item at a specified location
lbound()Returns the lowest index value of the dimension in the array
toArray()Returns a JScript array from the VBArray passed
ubound()Returns the highest index value of the dimension in the array