error(STRING* text)

Outputs an E1527 message box with the given error message.

Parameters:

text - Text displayed in the message box.

Speed:

Fast

Example:

error("this is a test");

See also:

diag