StringTable.$loadlistfromtable()

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

Syntax

StringTable.$loadlistfromtable(cTableName)

Description

Copies string table cTableName to a list, and returns the list.

Example

Calculate lTableList as  StringTable.$loadlistfromtable(lTable)
# copies the string table lTable to a list lTableList