ON
Declares a block of commands to be a handler for a given exception condition. Syntax ON condition commands ENDON Parameters condition One of BREAK Handles a terminal or process break condition (i.e., the user pressing the “break” key). DEADLOCK Handles a deadlock condition (i.e., $ErrCode=2010). ERROR Handles an error condition. WARNING Handles a warning…
Read more