![]() |
|
Print64 - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://forum.boriel.com/forumdisplay.php?fid=16) +---- Thread: Print64 (/showthread.php?tid=643) |
Print64 - ardentcrest - 2015-02-28 Need help to make this work with print 64. This one, Jose I can not do myself. ![]() Code: if rowx=0 then print: printat64(14,2):print64(xx$;" "):goto NetJump1 : end ifRe: Print64 - boriel - 2015-02-28 ardentcrest Wrote:Need help to make this work with print 64.You have a syntax error in the 1st line: Code: printat64(14,2):print64(xx$ + " ") |