Author Topic: Need Help! [solved]  (Read 2489 times)

0 Members and 1 Guest are viewing this topic.

Offline tincopper2

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
Need Help! [solved]
« 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

« Last Edit: November 26, 2012, 05:51:03 pm by tincopper2 »

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Need help!
« Reply #1 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
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline tincopper2

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
Re: Need help!
« Reply #2 on: November 26, 2012, 03:08:47 pm »
It's in axe parser

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Need help!
« Reply #3 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...
« Last Edit: November 26, 2012, 03:20:28 pm by Runer112 »

Offline tincopper2

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
Re: Need help!
« Reply #4 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.