GetSymbolDescription
Use this function to return the description of the specified symbol. The description is returned as a string.
Syntax
GetSymbolDescription( "dimension", "symName"[, "languageCode"])
where:
- dimension is the name of the dimension that contains the symbol.
- symName is the name of the symbol whose description is to be retrieved.
- languageCode is the is the optional language code, with a default value of EN.
Syntax example
Set Variable symDescription = GetSymbolDescription( "ACCOUNTS", "A12455", "EN")