SuppressMessages

Function Name dcl-SuppressMessages
Syntax   (dcl-SuppressMessages {Suppress [as Boolean]})
Return Type Boolean (T if successful; otherwise NIL)

This function can be used to prevent the display of OpenDCL error and status messages. If Suppress is NIL, error messages are enabled; otherwise they are suppressed. Error messages can help quickly diagnose the cause of problems, so they should be suppressed only when needed for automated scripting or other unusual situations.