TEXT |
<Return> or <Enter> will cause the next set of lines to be written
to the screen.
"B" or "b" will back up to the beginning of the message
+ or - a number will change the screen length by that much. For
instance "-5" would cause the software to print 15 lines
at a time instead of 20, and it restarts the print.
? will show you this help screen and restart the print.
^ has the usual effect of stopping the print.
A call to PRINT^XQUTL(.array name) will cause the succesive lines of
the array to be printed to the screen. When the number of lines printed
reaches the limit found in IOSL-3, a pause will occurr, and the following
line will appear:
RETURN to continue, "^" to halt, "B" to backup, or "?" for more options:
At this point the user can respond in any of the following ways:
|