Previous Topic: PERSONALPATHNext Topic: Print Levels


Print

Print

Prints a message to the Activity Log and the Debug Log. The parentheses are optional. This command takes one parameter that is a string value. For the optional second parameter information, see Print Levels. If Print Levels is not specified, the parameter defaults to GENERAL.

First parameter:

string (string value)

Usage:
print  (<string>);
Examples:
Print ("Warning: file win.ini will be overwritten");