Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Derf321 on April 19, 2012, 12:53:36 pm

Title: Menu( command in Axe? (SOLVED)
Post by: Derf321 on April 19, 2012, 12:53:36 pm
Is there an alternative or way to make menu( work in Axe programs? Or would I have to use: http://ourl.ca/4129;msg=99195   ?
What are the r1, r2, r3 things in that routine, and where are they located?


Thank you all for your help!
Title: Re: Menu( command in Axe?
Post by: Sorunome on April 19, 2012, 12:54:36 pm
You'd have to make some kin do of costume menu.
EDIT so for example you could download some subroutine.
Title: Re: Menu( command in Axe?
Post by: Derf321 on April 19, 2012, 01:00:45 pm
You'd have to make some kin do of costume menu.
EDIT so for example you could download some subroutine.

What do you mean?
Title: Re: Menu( command in Axe?
Post by: Sorunome on April 19, 2012, 01:03:25 pm
You could do stuff like this:

Code: [Select]
<program code>
sub("menu")
<program code>
Lbl menu
<your menu program>
Return
Title: Re: Menu( command in Axe?
Post by: shmibs on April 19, 2012, 01:25:38 pm
there isn't any built in menu function for axe, so yes, you'd have to write your own or use sir's
Title: Re: Menu( command in Axe?
Post by: Derf321 on April 19, 2012, 05:32:01 pm
Thank you all for your replies! I used sirs, works perfect