Arbortext Command Language > set Command Options > set stricterrors
  
set stricterrors
set stricterrors= { on | off}
When set stricterrors is set to on, a reference to an undeclared ACL variable in a package declared with the _STRICT_ global variable will be flagged as an error. Arbortext Editor will terminate the ACL script at the point at which the undeclared variable is referenced. If set to off, a warning message is sent to the Debug Messages window if set debug = 1. Otherwise, no warning or error is generated.
Related Topics
Predefined variables
set traceback