Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - tilky

Pages: [1]
1
The Axe Parser Project / GDB and output problem
« on: October 17, 2012, 04:47:39 pm »
I have this code
Code: [Select]
Repeat getKey(9)
0~K
If R<14
If getKey(47)
Output(R,0,"A"
R+1~R
1~{GDB3+1}
47~K
End
While getKey(K)=1
End
End
End
In case it wasn't self explanatory, ~ is the Sto>.

Now, what should happen if you repeatedly press math is that you get an output that it "AAAAAAAAAAAAAAA"

But what is really happening is a display like "Annnnnnnnnnnn" with the "n"s italicized.

It works properly if i leave out the line with the GDB write, or if i don't add a number to the pointer.

I am new to Axe, so most i just figured out by trial and error, but i can't firgure this one out :banghead: 

2
TI-BASIC / Correlation Compiler
« on: September 24, 2012, 03:20:19 pm »
So i read the Custom Font SDK guide to make custom fonts and i understood it and everything, but i don't know where to find the actual compiler.  Can anyone link me to it?

Pages: [1]