StringTable.$setcolumn()

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

Syntax

StringTable.$setcolumn(cColumnNumberOrName)

Description

Sets the current column (which can be prefixed by 'TABLENAME.'. Returns kStringTableOK or an error code which is less than zero (see the kStringTable... constants).

Example

Do  StringTable.$setcolumn(lCol1)
# sets lCol1 as the current column