Does anyone know if there was a parser written in S*Basic that would take a ZX Spectrum predominately BASIC listing and convert 90%+ to QL compatible system?
I don't mean a simple copying programme, I wrote one of those for QL User many many moons ago, I mean something that would do like the following SPECTRUM: 100 CLS : LET b=12345 200 PRINT AT x,y, "Hello World" 300 a=PEEK (b): POKE 45678,a to QL: 100 CLS : b = 12345 200 AT y,x : PRINT "Hello World" 300 a=PEEK (b):REMark 'POKE 45678,a' not valid Lee Privett ¦--------------------------------------------------------¦ Sent from my Laptop running XP but emulating the QL using QPC2 ¦--------------------------------------------------------¦ _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
