GetSymbolName (Reserved Word)
Returns the symbol to which the EasyLanguage study is applied.
GetSymbolName
Remarks
Return value is a text string.
Example
variables: MySym( "" );
MySym = GetSymbolName;
Print( MySym );