Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PRINTAT64(0,0) not working on zxbasic-1.4.0s1995 (*solved*)
#15
According to this experiment, it's working as expected:
Code:
o#include <print64.bas>
DIM n,x,y as uInteger
CLS

FOR n=1 to 10000
    y=rnd*23
    x=rnd*63
    printat64(y, x)
    print64("ABCDEFGHIJKLMNOPQRSTUVWXYZ"(n MOD 26 TO n MOD 26))
    print at 23,0;n;"  y:";y;"  x:";x;"  L:";n mod 26; "    ";
NEXT n

pause 0
END

Which produces this .tap (see attached file).
Please, just in case, redownload 1.6.12, try again and tell me? :roll:


Attached Files
.tap   testprint64.tap (Size: 2.65 KB / Downloads: 105)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)