StringTable.$gettext()

Function group Execute on client Platform(s)
StringTable NO All

Syntax

StringTable.$gettext(cRowID)

Description

Returns the text for a cell, or an error code less than zero (a kStringTable... constant). cRowID is either the row name within the current column, or when using multiple tables it has the syntax TABLENAME.ROWNAME[.COLUMNNAME].

Example

Calculate lResult as  StringTable.$gettext('A')
# returns the text from the cell with id 'A' in the current column