IB Statements/log

From CometWiki

< IB Statements
Revision as of 10:42, 20 May 2009 by Badge (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LOG statement

Discussion: The LOG statement writes a specified string to the user’s startup details log. This is a convenient way to log when a particular program is started or stopped.

Syntax: LOG string-expression

Example: LOG “Program XYZ is now running.”

.

LOG “Program XYZ is complete.”

RUN “QMONITOR”

END