O4WTableDelRow routine
Description
Removes a row from an existing O4W table.
Syntax
O4WTableDelRow(tableName, rowNumber)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
tableName | The name of the table being modified. | |
rowNumber | The number of the row to be removed. Use "-1" to remove the last row. |
Remarks
When there is only 1 row within the table, O4WTableDelRow will not delete. Under certain circumstances, if O4W cannot determine whether the first row in a table contains "header" columns, neither first nor second rows can be deleted.