TEXT

A variable can be declared as TEXT. Text variables can contain a mix of text and word processor instructions. The default value of TEXT is an empty text. A TEXT value should be placed between double quotes as shown in the following example.

TEXT mytext
ASSIGN mytext := "This is my text"