04-20-2016, 06:29 PM
Ok it works.
Well what works i when i use
I also tryed to use chr(22) which is supposed to be at and it kinda works
there i actually use
and yes, it prints on 6th row, but in the 1st column...
Probably doing something badly again...
Thanks for your help anyway, gotta figure out what to use this for now ^_^
Well what works i when i use
Code:
x$ = chr(17) + str(p) + "O"
print x$
there i actually use
Code:
x$ = chr(22,5,5) + "O"
print x$
Probably doing something badly again...
Thanks for your help anyway, gotta figure out what to use this for now ^_^