Description (Reserved Word)

image\trumpet2.gif Disclaimer

Returns a string containing the description of the symbol if it is available. If the symbol has no description, this reserved word will return a blank string ("").

TextString = Description;

You must assign the reserved word to a string variable in order to obtain the description. EasyLanguage does not provide pre-declared string variables; you must declare the string variable before you can assign a reserved word to it.