StringTable.$unloadstringtable()

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

Syntax

StringTable.$unloadstringtable(cTableName)

Description

Unloads the string table cTableName from memory. Returns kStringTableOK or an error code which is less than zero (see the kStringTable... constants).

Example

Do  StringTable.$unloadstringtable(lTable)
# removes the string table lTable from memory