VBArray() (Constructor)

A constructor function for creating new VBArray objects.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:VBArray object
JavaScript syntax:IEnew VBArray(aVisBasArray)
Argument list:aVisBasArrayAn array created inside Visual Basic or VBScript

This constructor would be useful if you are interacting with Visual Basic scripts or functions that need to have an array passed to them.