appendRow method


Adds a new empty row at the end of the array held in an InfoBusVector object and returns its row number.

Syntax

row = InfoBusVector.appendRow()

Applies to

InfoBusVector object.

Return value

int. The new row number. Row numbers start at zero.

Usage

This method is intended for use when you want InfoBusVector to keep track of the last non-empty row and column for you as you populate the array in order first by rows and then by columns. If you want to keep track yourself, you can just use the addValue method instead of this method and the appendColumnValue method, and populate in any order.

Example
InfoBusVector example

See also
appendColumnValue method
addValue method
InfoBusVector class
ScriptHelper applet