getTableOffset()
Get the table's current offset value.
Syntax
getTableOffset(
tableName STRING)
RETURNS INTEGER
Returns the table's current start row index.
- tableName is the name of the table.
Usage
You can use it to retrieve the table offset, as the start row index, to test this action in a scenario. For example:
DISPLAY "First visible row is ", ggc.getTableOffset("items")