StringTable.$rowcnt()

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

Syntax

StringTable.$rowcnt([cTableName])

Description

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

Example

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