Dilwyn Jones wrote: > It's probably stored in the basic variables area somewhere, though I > can't seem to find it.
On SMSQ/E sb_erno equ $c2 ; long error number sb_eline equ $c6 ; word error line sb_estmt equ $c8 ; byte error statement On Minerva it's probably bv_erstm ds.b 1 (that equals $C1 I think) I don't think anything like this exists on QDOS. HTH, Marcel
