DISPLAYS A WINDOW WITH A TEXT TO BE ACKNOWLEDGED
ACTION
The command displays the text T (one line) in a window having a button that the user must acknowledge. The program is frozen and resumes when user acknowledges by clicking on the button.
SYNTAX:
MESSAGE T
USE ERROR EXAMPLE
rem send a message to be acknowledged
message "Are you ready ?"
MESSAGE
MESSAGE T
SEE ALSO
MESSAGE_CONFIRMATION_OK()
MESSAGE_CONFIRMATION_YES_NO()
MESSAGE_ERROR_OK()
MESSAGE_ERROR_YES_NO()
MESSAGE_INFORMATION_OK()
MESSAGE_INFORMATION_YES_NO()
MESSAGE_INPUT()
MESSAGE_INPUT$()
MESSAGE_TEXT$
MESSAGE_WARNING_OK()
MESSAGE_WARNING_YES_NO()