StringTable.$loadstringtable()

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

Syntax

StringTable.$loadstringtable(cTableName,cPathname)

Description

Loads string table from file cPathname, and gives it the name cTableName. Returns kStringTableOK or an error code which is less than zero (see the kStringTable... constants).

Example

Do  StringTable.$loadstringtable(lTable,lPath)
# loads the table specified in lPath into the table lTable