Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => Topic started by: tincopper2 on November 26, 2012, 03:04:37 pm

Title: Need Help! [solved]
Post by: tincopper2 on November 26, 2012, 03:04:37 pm
I'm trying to make a subroutine and I don't know how to get the subscript numbers after the r! And is it just a lowercase r you use?
EDIT:
My script for the subroutine label looks like this;
Code: [Select]
Lbl GT
{[sup]r[/sup]2*2/8*12+([sup]r[/sup]1/8)+GDB1}
Return

Title: Re: Need help!
Post by: stevon8ter on November 26, 2012, 03:07:18 pm
1st what language? Basic? Axe?
And i think it's the "radian" r, found under the menu angles
Title: Re: Need help!
Post by: tincopper2 on November 26, 2012, 03:08:47 pm
It's in axe parser
Title: Re: Need help!
Post by: Runer112 on November 26, 2012, 03:10:03 pm
I believe what you are looking for are the subroutines arguments, r1-r6. These are the polar equation variables, which can be found under VARS > Y-VARS > Polar...
Title: Re: Need help!
Post by: tincopper2 on November 26, 2012, 04:21:16 pm
I believe what you are looking for are the subroutines arguments, r1-r6. These are the polar equation variables, which can be found under VARS > Y-VARS > Polar...
Thanks! Worked like a charm.