[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| SYS(100) |
+---------------------------------+
-----------------------------------
Returns the CONSOLE setting (ON | OFF) last established with SET
CONSOLE.
Return value - Character
-----------------------------------
This function, as well as SYS(101), SYS(102) and SYS(103), is intended
for use in error recovery routines. Since occurrence of an error can
modify SET options (for instance, an error always SETs CONSOLE ON), it's
important to know these settings prior to the error.
+---------------------------------+
| Program Example |
+---------------------------------+
IF SYS(100) <> 'ON'
SET CONSOLE ON
ENDIF
-----------------------------------
See Also: SET CONSOLE, SYS()
-----------------------------------
See Also:
SET CONSOLE
SYS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson