StringTable.$getcolumnnumber()

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

Syntax

StringTable.$getcolumnnumber([cTableName])

Description

Returns the current column number 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.$getcolumnnumber('MyStringTable')
# returns the number of the current column in MyStringTable