Added December 2012
xcall MIAMEX, MX_SETERR, errnum {,chan}
MX_SETERR triggers a BASIC error. It may be useful for testing/debugging error handling routines, as well as for using the error trapping mechanism as a way of passing coded signals (i.e. virtual error codes) from within an arbitrarily nested function/procedure up to the main error trap.
Parameters
errnum (Num) [in]
the BASIC error to trigger; sets err(0)
chan (Num) [in]
channel number; sets err(2)
History
2012 December, A-Shell 6.1.1329: Routine added to A-Shell