addValue method


Assigns a new String value to an element of the array held in an InfoBusVector object.

Syntax

InfoBusVector.addValue(row, column, value)

Applies to

InfoBusVector object.

Parameters

row
int. The row number of the array element to be assigned a new value. Row numbers start at zero.
column
int. The column number of the array element to be assigned a new value. Column numbers start at zero.
value
String. The value to be assigned to the array element.

Usage

If you specify a row or column number beyond the current bounds of the array, InfoBusVector creates the necessary number of empty rows or columns to reach the specified array element.

Example
InfoBusVector example

See also
appendRow method
appendColumnValue method
InfoBusVector class
ScriptHelper applet