Creating Graphics
Displaying Text
To display textUse the TITLE command to write text in the title area.
20 OUTPUT 723;"TITLE $Your Message Here$;"
Use the TEXT command to write text at any display location.
30 | OUTPUT 723;"PU;PA 400,700;" | Position pen. | |
40 | OUTPUT | 723;"PD;" | Place pen down. |
50 | OUTPUT | 723;"TEXT$Your Message Here$;" | Display text. |
Execute CLRDSP to text written with the TEXT command.
Execute TITLE$$ to blank text written with the TITLE command.
Assign the text to an item and blank the item.
Refer to \Drawing Graphics Items" in this chapter.