| Parameter | Reference | Type | Length | Default | Optional | Text |
|---|---|---|---|---|---|---|
| COLUMN | 0 | SPACE | X | Set the current column to COLUMN | ||
| NEW_COLUMN | 0 | SPACE | X | Increment current column (X) | ||
| NEW_ROW | 0 | SPACE | X | Increment current line (X) | ||
| ROW | 0 | SPACE | X | Set the current line to ROW |
| Exception | Text |
|---|---|
| INVALID_COLUMN | Incorrect column number |
| INVALID_PARAMETER_COMBINATION | Incorrect parameter combination |
| INVALID_ROW | Incorrect line number |
| MAX_COLUMNS_REACHED | Maximum number of columns reached |
| MAX_ROWS_REACHED | Maximum number of lines reached |