NOTE [comment] |
Use NOTE to display messages to the user on the screen during execution of a macro. The text on a NOTE line, except for the first five spaces including the word NOTE and a space, is displayed.
For example, this line of code in the macro
NOTE This is a note
displays this in the Session window:
This is a note
To display a blank line, include a line containing only the word NOTE at the beginning.