createInfoBusVector method


Creates an empty InfoBusVector object for use in publishing a String array to the InfoBus with the publishVectorToInfoBus method.

Syntax

InfoBusVector = ScriptHelper.createInfoBusVector()

Applies to

ScriptHelper object.

Return value

InfoBusVector. An empty InfoBusVector object, ready for populating with String array data.

Usage

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.

Example
InfoBusVector example

See also
ScriptHelper applet
publishStringToInfoBus method
publishVectorToInfoBus method
InfoBusVector class
addValue method
appendRow method
appendColumnValue method