Returns the status of the specified SET commands.
Syntax
SYS(2001, cSETCommand [, 1 | 2])
Returns
Character
Arguments
cSETCommand
Specifies the SET command whose status SYS(2001) returns.
1 | 2
Some SET commands have two or more settings; for example, SET PRINTER ON, SET PRINTER OFF, and SET PRINTER TO FileName. Use SYS(2001) without 1 or 2 to return the ON or OFF switch setting. Use SYS(2001) with 1 or 2 to return the additional settings. See SET( ) for a list of SET commands for which additional information is returned when 1 or 2 is included.
Remarks
SYS(2001) is identical to SET( ).