getCurrentColumn()

Get the current column in a table.

Syntax

getCurrentColumn(
   tableName  STRING )
  RETURNS INTEGER 
  1. tableName is the name of the table.

Usage

You can use it to retrieve the current column of a table to test this action in a scenario. For example:

DISPLAY "The focus is in the column ", ggc.getCurrentColumn("items")