09-19-2017, 09:01 AM
According to this experiment, it's working as expected:
Which produces this .tap (see attached file).
Please, just in case, redownload 1.6.12, try again and tell me? :roll:
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: