Creates a message window that displays some text. The user must hit Enter, or click the OK button to continue.
Syntax |
Description |
---|---|
message("text"); |
Creates a window that displays text. This function does not return any data. |
Examples
This example shows how to use the message command.
message("Click Close to continue");
See Also