StringTable.$colcnt()

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

Syntax

StringTable.$colcnt([cTableName])

Description

Returns the number of columns in string table cTableName, or an error code which is less than zero (see the kStringTable... constants).

Example

Calculate lResult as  StringTable.$colcnt('MyStringTable')
# returns the number of columns in MyStringTable