MC-Basic:SYSTEM.SERVICEPRINTLEVEL

From SoftMC-Wiki
Revision as of 08:42, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:SYSTEM.SERVICEPRINTLEVEL to MC-Basic:SYSTEM.SERVICEPRINTLEVEL: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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