Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the status of the specified SET commands.
SYS(2001, cSETCommand [, 1 | 2])
Return Values
Character
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( ) 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( ).
Example
? SYS(2001,'PRINTER')
? SYS(2001,'PRINTER',1)