0 Members and 1 Guest are viewing this topic.
getcalc("varA",18)->A8->A
:getcalc("appvarA",1)->A:.I create 1 byte in my appvar "A":Copy(8,A,1):.I copy number 8 in the only byte of my appvar
I don't think we can executing a TI-Basic program without make an interpreter in axe.But we can easy change bytes of calculator's variables (pic, GDB, appvar, Str,...)Code: [Select]:getcalc("appvarA",1)->A:.I create 1 byte in my appvar "A":Copy(8,A,1):.I copy number 8 in the only byte of my appvar
GetCalc("varA",9)-2->A
float{A}->B8->float{A}