<msg> Shows message window. 


Command Tree:   Message  \  Show Message
.
Syntax:   <msg>(Xpos, Ypos, "MessageText", "Title", OKButton)
Xpos
X-coordinate of the message window position.
Ypos
Y-coordinate of the message window position.
MessageText
Text you want to display in the message window.
Title
Title of the message window.
OKButton
Can be one of these values:
0 - OK button is not shown.  The <msgoff> command must be used to close the message window.
1 - OK button is shown in the message window.
.
.
Example:   <#> This macro will display message window
<#>
<msg>(100,100,"This is a message
to notify user just
about anything....","Message",1)