1
The Axe Parser Project / Re: Bug Reports
« on: December 02, 2010, 07:11:13 pm »
Hi, I'm writing a program that deals a lot with TI-OS variables, and I'm having a problem.
Assume that Ans in TI-OS contains a string before running this. In Axe 0.4.5, this code would delete Ans and make a new Ans that is a real-number list with one element. Ans in TI-OS would actually be a real list. In Axe 0.4.6, however, Ans is still a string, and the output is weird, but not crashing (as far as I've seen).
Code: [Select]
DelVar [04720000]
If GetCalc([01720000],9)->V
1->{V-2}r
93->float{V}
End
Assume that Ans in TI-OS contains a string before running this. In Axe 0.4.5, this code would delete Ans and make a new Ans that is a real-number list with one element. Ans in TI-OS would actually be a real list. In Axe 0.4.6, however, Ans is still a string, and the output is weird, but not crashing (as far as I've seen).