03-25-2012, 05:04 PM
Just one small question. How to make Line Feed with Print with ZXBC?
in Sinclair BASIC this worked:
But in ZXBC the '-Character is used for REM, and ´ and ` are illegal characters for the compiler.
It looks also like I stepped on a bug in release 809 (maybe in earlier versions too:
the double coma should leave one line free, but in fact it prints the character "3" at Position x=31,y=1, where it should be position x=0,y=2.
in Sinclair BASIC this worked:
Code:
Print "Line1" ' "Line2"
It looks also like I stepped on a bug in release 809 (maybe in earlier versions too:
Code:
Print at 0,0;"Spectrum users to celebrate the",,"30th birthday of our Speccy.";
the double coma should leave one line free, but in fact it prints the character "3" at Position x=31,y=1, where it should be position x=0,y=2.
------------------------------------------------------------
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!