Adds a new empty row at the end of the array held in an InfoBusVector object and returns its row number.
row = InfoBusVector.appendRow()
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.
See also
appendColumnValue method
addValue method
InfoBusVector class
ScriptHelper applet