HP Forums
Tip - for Subroutine Declaration Area of Project File - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Tip - for Subroutine Declaration Area of Project File (/thread-3277.html)



Tip - for Subroutine Declaration Area of Project File - bobkrohn - 03-06-2015 07:45 AM

Here's what I just did
Tired of trying to lookup the required Parameters and their order
by scrolling down and trying to find the Subroutine BEGIN.
Now I show them at the top of of the File in
Subroutine Declaration Area of Project File
Probably don't need the name after the //
but I did this in a Text Editor outside of CK as an afterthought.
Wished I'd done this from the start then I would have left out repeating the name.

Also, I try to keep it in alphabetical order.

I wish there was an easier way to navigate to a specific Subroutine in the Editor.
Like the way you can when you RUN a Subroutine.
Change Order Request??

Code:

INTAA();              // INTAA(P1,Az1,P2,Az2,P3)                                      
INTAAX();             // INTAAX()                                                     
INTAD();              // INTAD(P1,Az1,P2,D2,P3)                                       
INTADX();             // INTADX()                                                     
INTDA();              // INTDA(P1,D1,P2,Az2,P3)                                       
INTDAX();             // INTDAX()                                                     
INTDD();              // INTDD(P1,D1,P2,D2,P3)                                        
INTDDX();             // INTDDX()                                                     
INTFP();              // INTFP()                                                      
INTFPX();             // INTFPX()