Text String Variable
When you work with text in EasyLanguage, the values you are working with are text strings. To save the text string for use later in your EasyLanguage procedure, you can save text strings in a string variable. There are no pre-declared string variables; in order to use a string variable, you have to first declare one using a variable declaration statement.