6.31. message Macro


Interface

The general syntax is:

  !message text [; type]

The arguments are:

Name Type Default Rule
text string    
type string Object <Object|Warning|Error|warning|error>

See Understanding Macro Interfaces, if necessary.


Description

The message macro can be used to output messages during execution.


Examples