Jump to content

SOM_WarnMsg

From EDM2
Revision as of 16:36, 11 October 2017 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:SOM_WarnMsg}} ==Syntax== This macro reports a warning message. <PRE> string msg; SOM_WarnMsg(msg); </PRE> ==Parameters== ; msg (string) : The warning mess...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Syntax

This macro reports a warning message.

string    msg;

SOM_WarnMsg(msg);

Parameters

msg (string)
The warning message to be output.

Return Code

rc

Remarks

If SOM_WarnLevel is set to a value greater than zero, the SOM_WarnMsg macro prints the specified message, along with the filename and line number where the macro was invoked.

Example Code


Related

Methods