Difference between revisions of "MC-Basic:SYSTEM.SERVICEPRINTLEVEL"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Sys.ServicePrintLevel'' = <value>''<br> System.ServicePrintLevel'' = <value>''<br> ?Sys.ServicePrintLevel<br> ?System.ServicePrintLevel …')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Queries or sets printing of service messages. Printing is set with the values:
       0 (OFF) – Service messages are not printed.
       1 (ON) – Service messages are printed.

Syntax

Sys.ServicePrintLevel = <value>

System.ServicePrintLevel = <value>

?Sys.ServicePrintLevel

?System.ServicePrintLevel

Availability

All versions

Type

Long

Range

0 or 1

Default

0

Scope

Task or Terminal

Examples

?System.ServicePrintLevel

System.ServicePrintLevel = 1

See Also