MessageBoxErrorΒΆ

MessageBoxError displays an error message box.

bool = MessageBoxError(ssMessage, ...)

Return Value

bool is always TRUE (1).

Parameters

ssMessage

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

id-1472438