Previous Topic: PrintNext Topic: PrintException


Print Levels

Print Levels

These commands are used for the optional second parameter in the following commands: Print, PrintException. The importance level is most severe for GENERAL and least severe for VERY_DETAILED. If Print Levels is not specified, the parameter defaults to GENERAL.

The following print levels are supported:

Usage:

Print(PrintException) <string expression>, [print level];

Examples:

print ("this is important", GENERAL);
PrintException ("this isn’t as important", DETAILED);