HP Forums
I discovered something interesting about the Prime today - 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: I discovered something interesting about the Prime today (/thread-362.html)



I discovered something interesting about the Prime today - Michael de Estrada - 01-08-2014 04:00 AM

I don't know if the Prime always worked this way or if it is something that was implemented in the firmware update, but the Prime will rename all EXPORTed routines in a program if it is duplicated by saving it under a different name, provided the routine names are all extensions of the program group name.

Specifically, I had a program named Beam that contained EXPORTed routines named Beam_Solve and Beam_Main. When I saved a copy under the new name Beam2, then the routines were automatically renamed Beam2_Solve and Beam2_Main. Also the call to Beam_Solve from Beam_Main was revised. This avoids any conflicts that would occur if they had retained their original names.


RE: I discovered something interesting about the Prime today - Tim Wessman - 01-08-2014 05:36 PM

Always has worked that way.