StringTable.$loadcolumn()

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

Syntax

StringTable.$loadcolumn(cColumnNumberOrName,cTableName,cPathname)

Description

Loads column cColumnNumberOrName from string table cPathname into table cTableName. Returns kStringTableOK or an error code which is less than zero (see the kStringTable... constants).

Example

Do  StringTable.$loadcolumn(lCol1,lTable,lPath)
# loads the column lCol1 from the table specified in lPath, into the table lTable