Omnimaga
Calculator Community => TI Calculators => Axe => Topic started by: Broseph Radson on March 03, 2011, 10:36:03 pm
-
herro. i finally got 0.5.0 and memkit on my calc after wrestling with ti connect for 2 weeks straight (ugh). I got everything to work except dim()rr. If i have 2 programs in ram, the following code should (according to the readme) display the names of the 2 programs:
.AMEMKIT:#Axiom(MEMKIT):Load():While Next():!If dim()rr:Print(L1):Disp L1:Disp i:End:End
but it just displays "Done" and nothing else.???
-
The problem is not your code. When I looked through MemKit.z80 a while ago to see if I could optimize anything, one thing I noticed was that the code for dim()rr had a problem. It is currently programmed to read the length of the variable's name instead of the page it's on. I have already pointed this out to Quigibo and hopefully the next Axe release will include an updated MemKit.8xk.
-
Ok gotcha thanks :)
-
Sorry if this is off-topic but what is memkit? I checked ticalc.org and it matched no results.
EDIT: Nvm, runer112 answered me on IRC (Axiom)
-
I have a question: How can you check with memkit if a program is archived?
-
You cant atm. There was a mix up with the dim()rr command