Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: LordConiupiter on June 01, 2010, 03:59:37 pm

Title: help with Ans
Post by: LordConiupiter on June 01, 2010, 03:59:37 pm
I would like to use my program in basic, and use some values from the BASIC program, but the easiest way to do that is in lists.
Now that is my problem: I can't read from lists in the Ans var in my Axe program, while it allways returns 0.
Here is the code I use:
Code: [Select]
:.A00
:Ans->{L6}
:Disp {L6}>Dec
:Disp {L6+1}>Dec
is there a way to use BASIC lists in Axe?
Title: Re: help with Ans
Post by: DJ Omnimaga on June 01, 2010, 04:06:01 pm
Hi and nice to see you back. I was worried you decided to stop calculator programming completly since you kinda vanished for a month or two. D:

unfortunately Axe doesn't support reading from external TI-BASIC variables yet. Only Ans
Title: Re: help with Ans
Post by: LordConiupiter on June 01, 2010, 04:44:00 pm
ok, thanks for your reply

I've been doing other things last months, i moved for instance.
And now I returned, and I've also started playing around with hardware: http://www.vandam.tk/

I just started remaking PIXIE, my sprite editor, in Axe, but I'm not very familiar with Axe right now, but that'll change in a very short time (I hope ;) )
Title: Re: help with Ans
Post by: DJ Omnimaga on June 01, 2010, 04:44:48 pm
Aaah I see ^^

Well I hope you don't quit calculator programming forever. :)
Title: Re: help with Ans
Post by: LordConiupiter on June 01, 2010, 04:47:37 pm
well, not within the next few years I guess. And after my study I'm not sure to quit, although I'm sure I will be programming ownmade hardware more.