Programmer Guide/Macro Library/LOGMSG: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
 

Latest revision as of 17:31, 18 November 2010

LOGMSG

Writes the text into the log-window and exits from num macro levels. E.g. the value num must be set to 1 to return to the caller and to 2 to exit from the caller. The date, time and the application name (or shell id) are written in front of the text.

Usage:

LOGMSG num ret text

Parameters:
num
The number of macro levels to leave.
ret
The integer return value.
text
The text to be written into the log-window.
Result:

The value of argument ret.

Navigation menu

Personal tools