GetSymbolName (Reserved Word)

image\trumpet2.gif Disclaimer

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 );