Function DialogMessage(message, title)

DialogMessage

The procedure DialogMessage displays a small dialog box containing a specified informational message and an OK button. The execution will be halted until the user presses the OK button.

DialogMessage(
        message,        ! (input) string expression
        [title]         ! (optional) string expression
        )

Arguments

message

A scalar string expression containing the text you want to display in the dialog box.

title

A scalar string expression containing the text that you want to appear in the title of the dialog box.

Note

The procedures DialogMessage and DialogError only differ in the icon that is displayed at the left side of the dialog box

See also

The procedures DialogError, DialogAsk.