Programmer's Guide > Interfaces > Application interface > error method
  
error method
Sounds a beep and displays the error message specified by message in the status bar of the active window if possible, otherwise in a separate dialog. The message is also assigned to the ERROR predefined ACL variable
The error method is used by Arbortext Editor to display most error messages.
error(message )
Parameters
Stringmessage
Specifies the message to display.
Returns
void