Hi,
I have a problem when I try to run a program (that works on all the calcs I have excepted on MathPrint OSes).
Please look at the pic I joined to this post, you will notice that the Text() command displays some 4x7 characters.
A very simple program can verify this:
For(A,1,62
Horizontal A
End
Text(52,3,1
But I'm SURE it is possible to draw regular 4x6 characters like on any 83/83+, I managed just now, but I don't remember how !
Adding the CLASSIC command at the begining of the program does not solve the problem...
Do you know on which parameter the font size depends ?
Thank you very much !
EDIT: I found the answer on TI|BD: this is a bug of the Text() command. You can disable this effect by using a heavy and useless ":G-T:Full" at the begining of the program. That works.