Author Topic: help with Ans  (Read 10528 times)

0 Members and 1 Guest are viewing this topic.

Offline LordConiupiter

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 339
  • Rating: +3/-0
  • Just one of the thousands of Axe-fans...
    • View Profile
help with Ans
« 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?
everytime that I was down, you would always come around, and get my feedback on the ground. (modified part from 'Seasons in the sun')

No matter how many errors are bothering you, always try to stay rel-Axe!

The HoMM project will be resumed as soon Axe 1.0.0 will be released!
Projects:
Code: [Select]
HoMM:   [==--------]    Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :P
tiDE:   [----------]    Explored and understood the main part of the code: just started writing a Tokenizer.



password of the week: uvanapererubupa (Any pronunciation is the right one ;) )   :D click me, and you'll be raided :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: help with Ans
« Reply #1 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

Offline LordConiupiter

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 339
  • Rating: +3/-0
  • Just one of the thousands of Axe-fans...
    • View Profile
Re: help with Ans
« Reply #2 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 ;) )
everytime that I was down, you would always come around, and get my feedback on the ground. (modified part from 'Seasons in the sun')

No matter how many errors are bothering you, always try to stay rel-Axe!

The HoMM project will be resumed as soon Axe 1.0.0 will be released!
Projects:
Code: [Select]
HoMM:   [==--------]    Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :P
tiDE:   [----------]    Explored and understood the main part of the code: just started writing a Tokenizer.



password of the week: uvanapererubupa (Any pronunciation is the right one ;) )   :D click me, and you'll be raided :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: help with Ans
« Reply #3 on: June 01, 2010, 04:44:48 pm »
Aaah I see ^^

Well I hope you don't quit calculator programming forever. :)

Offline LordConiupiter

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 339
  • Rating: +3/-0
  • Just one of the thousands of Axe-fans...
    • View Profile
Re: help with Ans
« Reply #4 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.
everytime that I was down, you would always come around, and get my feedback on the ground. (modified part from 'Seasons in the sun')

No matter how many errors are bothering you, always try to stay rel-Axe!

The HoMM project will be resumed as soon Axe 1.0.0 will be released!
Projects:
Code: [Select]
HoMM:   [==--------]    Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :P
tiDE:   [----------]    Explored and understood the main part of the code: just started writing a Tokenizer.



password of the week: uvanapererubupa (Any pronunciation is the right one ;) )   :D click me, and you'll be raided :D