[comp.sys.apple2] ONERR GOTO...

ST6934@SIUCVMB.BITNET (03/20/91)

I have Basic Programming with ProDOS, and on p. 76, there's a fix to add
to an applesoft program:

1  for i=0 to 9: read zz: poke 768+i, zz: next i

...

9999 data
104, 168, 104, 166, 223, 154, 72, 152, 72, 96

"Then, within your error handling routine, use the call

200 call 768

to activate this little ONERR fixer."  This is more fully explained in the
APPLESOFT BASIC PROGRAMMER'S REFERENCE MANUAL.  So says the book.

Andy Werner
st6934@siucvmb.bitnet