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

From SoftMC-Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.SERVICEPRINTLEVEL}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 07:12, 2 May 2017

Language: English  • 中文(简体)‎

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