MESSAGE

MESSAGE T

DISPLAYS A WINDOW WITH A TEXT TO BE ACKNOWLEDGED

  • Type: Command
  • Parameter: 1
  • Group: Messages

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

  • T = text (string) to be displayed on the message window.

USE

  • The command MESSAGE is used to display a line of text and to freeze the program.

ERROR

  • If the text T is not a correct string expression.

EXAMPLE

rem send a message to be acknowledged

message "Are you ready ?"

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()