StringTable.$getcolumnname()

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

Syntax

StringTable.$getcolumnname([cTableName])

Description

Returns the current column name for the string table specified by cTableName, or an error code which is less than zero (see the kStringTable... constants).

Example

Calculate lResult as  StringTable.$getcolumnname('MyStringTable')
# returns the name of the current column in MyStringTable