I wrote:
<>
1 REMark Example of QUIT
2 REMark Using own error message
3 REMark by pjwitte 2009
4 :
100 addr = ALCHP(100)
110 erm$ = 'something got seriously buggered here..' & CHR$(10)
120 POKE_W addr, LEN(erm$), erm$
130 er = BIN('1' & BIN$(addr, 32)(2 TO))
140 REMark La di da....
150 QUIT er
160 :

Line 120 should actually read something like

120 POKE_W addr, LEN(erm$): POKE addr + 2, erm$

I was using one of my own keywords to test and then edited it out in the email before sending it off in a hurry without re-testing! Just as well I was bleating in the wilderness, otherwise Id have had a torrent of protests!

QUIT -10

Per
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to