Set Error Off

Inhibits error messages.
Format:
SPECTRA> set err$*$or off
SPECTRA> set err$*$or on default

Description:
The default operation on error conditions is: An error message is displayed and the program waits for a keystroke. 'set error off' changes the procedure. SPECTRA waits just one second and returns to the caller.

The status of this flag can be inspected by the command show flags.

The error handler sets an internal flag which can be fetched by the function gra_status() (sect. 14.5.6). This completion status is not changed by the command 'set error on/off'.

If the user responds with the key d, SPECTRA dumps the current command structure to the terminal screen.

Note that the command 'show error' displays the last error message.