MessageBoxError displays an error message box.
Return Value
bool is always TRUE (1).
Parameters
ssMessage is a scalar string containing the message text. The text can contain format sequences and newline characters "\n". See printf for a format description.
Example
* MessageBoxError("Can't read file '%s'", ssFileName);
See also
Overview Dialogboxes, DialogBox, MessageBoxWarning, MessageBoxInfo, MessageBoxQuestionYesNo, MessageBoxQuestionYesNoCancel, printf, MessageBox
id-1472438