Creates an empty InfoBusVector object for use in publishing a String array to the InfoBus with the publishVectorToInfoBus method.
InfoBusVector = ScriptHelper.createInfoBusVector()
To populate the InfoBusVector object returned by this method, use the addValue or appendRow and appendColumnValue methods on the InfoBusVector object. Then you can pass the InfoBusVector object as an argument to the publishVectorToInfoBus method.
See also
ScriptHelper applet
publishStringToInfoBus method
publishVectorToInfoBus method
InfoBusVector class
addValue method
appendRow method
appendColumnValue method