0 Members and 1 Guest are viewing this topic.
:0:Asm(prgmGETNAME
:B ;the number for program to copy to RAM and execute:Asm(prgmGETNAME:Ans→Str1:"[TEMP ;This tells CopyProg to create and copy to prgmTEMP:Asm(prgmCOPYPROG:prgmTEMP ;Executes the program:"-[TEMP ;This tells CopyProg to delete prgmTEMP:Asm(prgmCOPYPROG
mrmprog: Does anyone have a hexcode that can be entered on-calc that would detect the programs on the calculator? Me: How do you mean? Like do you mean return a list of all the programs on the calc? mrmprog: Exactly. The thing is, a string would have to have some type of separator so you would know when one starts and one ends.