Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Broseph Radson on March 03, 2011, 10:36:03 pm

Title: Memkit help: dim()rr
Post 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:
Code: [Select]
.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.???
Title: Re: Memkit help: dim()rr
Post by: Runer112 on March 03, 2011, 10:51:30 pm
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.
Title: Re: Memkit help: dim()rr
Post by: Broseph Radson on March 03, 2011, 10:54:17 pm
Ok gotcha thanks :)
Title: Re: Memkit help: dim()rr
Post by: DJ Omnimaga on March 04, 2011, 01:08:40 am
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)
Title: Re: Memkit help: dim()rr
Post by: aeTIos on March 04, 2011, 07:38:10 am
I have a question: How can you check with memkit if a program is archived?
Title: Re: Memkit help: dim()rr
Post by: Broseph Radson on March 04, 2011, 08:10:52 am
You cant atm. There was a mix up with the dim()rr command