JavaScript Editor js editor     Web development 



Main Page

Returns the status of the specified SET commands.

SYS(2001, cSETCommand [, 1 | 2])

Parameters

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(В ) Function for a list of SET commands for which additional information is returned when 1 or 2 is included.

Return Value

Character

Remarks

SYS(2001) is identical to SET(В ).

Example

В Copy Code
? SYS(2001,'PRINTER')
? SYS(2001,'PRINTER',1)

See Also



JavaScript Editor js editor     Web development