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.


Messages - tilky

Pages: [1]
1
The Axe Parser Project / Re: GDB and output problem
« on: October 18, 2012, 02:42:47 pm »
that is the problem.  i did declare it, but with Data()~GBD3, which was writing over the program i guess.  I declared it as Data(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0) and it works fine.  Thanks so much shmibs!

2
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: 

3
TI-BASIC / Re: Correlation Compiler
« on: September 25, 2012, 02:35:24 pm »
there is no link for batlib or grammer

4
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]