Table of contents Previous: EB Next: EDITMODE

ECHO

Displays a line of text on a text frame.


Format

ECHO "text


Parameter

"text

text to display on the text frame; the double quote is mandatory


Remarks

ECHO is useful in a RUN command.


Examples

ECHO

This entry echoes a blank line.

ECHO "This is a test

This entry prints This is a test on the text frame.


Table of contents Previous: EB Next: EDITMODE