Just like file explorer or Cmd use "dir /a"command,It can get all file of name,is there any way to do that?
The MemKit axiom (included in Tools\MemKit in the Axe download) provides the functionality of traversing through all variables on the calculator. Note that it provides no filtering or sorting capabilities, though; you'd have to do this yourself. The readme should explain how it works decently well.

There is also an improved version of MemKit here, which provides filtering by variable type and alphabetical ordering. I'd suggest using this version. I mentioned the official version mainly for completeness.
thank you!
I have found it!,It was under the "Tools" folder, I haven't noticed it before Very Happy
I'll try it tomorrow.
I recently bought a new Ti-84 plus silver edition,It have large argchive, so I am writing new game for it recently.
.FILELIST
#Axiom(MEMKIT)
Load()
while Next()
Print(L1)//file name has copy to the L1,but it look like have not add file type token on the string head

if dim()=5//Program
.
.
End
if dim()=6//Protect Program(Asm Program?)
.
.
End
if dim()=21//AppVar
.
.
End
End
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement