alert
(alert string)
This function shows a message box with
the string text.
Arguments |
string the text to be shown in the message box |
Return |
NIL always |
Example |
(alert "This is a multiline\nmessage box") |
Remarks |
the message box text can contain newline character(s) "\n" to allow multiple lines |
© Bricsys NV. All rights reserved. |