Calculator Community > TI Calculators

Help me out. I need more variables

(1/2) > >>

waggyner:
I'm trying to make a game on the 84+ with axe parser but I'm coming close to running out of variables. Is there a way to get more variables than the 26 letters?
I have tried to store numbers as strings but  that doesn't seem to let me change the value once it is initially set.


If anyone knows a way to get more than 26 non static variables please tell me

Sorunome:
you can just use some random ram location like L1 if you don't use it.

Princetonlion.tibd:

--- Quote from: waggyner on June 15, 2014, 11:49:53 am ---I'm trying to make a game on the 84+ with axe parser but I'm coming close to running out of variables. Is there a way to get more variables than the 26 letters?
I have tried to store numbers as strings but  that doesn't seem to let me change the value once it is initially set.


If anyone knows a way to get more than 26 non static variables please tell me

--- End quote ---
Last I recall, anything from letters to GDBs to pics (to lists, according to sorunome) can store anything in axe. It's just that they are usually used for other things.

Read the manual. It's helpful.

Sorunome:
if you compile as an app the GDBs will be static.
If you run a shell that doesn't have flash back the GDBs won't be saved between exits

aeTIos:
You can use free RAM parts that you then assign to a pointer. Runer112: could you explain a bit more? I'm not really into Axe anymore.

Navigation

[0] Message Index

[#] Next page

Go to full version