- Function DialogError(message, title)
DialogError
The procedure DialogError
displays a small dialog box containing a
specified error message and an OK button. The execution will be
halted until the user presses the OK button.
DialogError(
message, ! (input) string expression
[title] ! (optional) title of dialog box
)
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 DialogMessage
, DialogAsk
, DialogProgress
.