getCurrentRow()
Get the current row of the table.
Syntax
getCurrentRow(
tableName STRING )
RETURNS INTEGER
- tableName is the name of the table.
Usage
You can use it to retrieve the current row, as the row index, in a table to test this action in a scenario. For example:
DISPLAY "The current row of the items table is ", ggc.getCurrentRow("items")