messagebox

Displays a dialog box with message.

messagebox <message> <title> [<special>]

Remarks

Displays a dialog box with <message> and <title>.

If <special> is non-zero, following strings in <message> is treated as spacial character.
If <special> is not specified then 1 is used.

input output
\\ "\"
\n line feed
\t tab

Example

messagebox ErrorMessage 'Error'

title="Five lines display"
message="First line\nSecond line\nThird line\nFourth line\nFifth line\n"
messagebox message title