HP Forums
Programming Help - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: Programming Help (/thread-99656.html)



Programming Help - Elfo - 09-13-2006

Hello,
I recently purchased a HP 50g for school. I'm attempting to learn a bit of programming for the sucker, to automate some of the more mundane tasks I need to perform repetitiosly. However, I am interested in "laddering" options with the soft keys. I can set things up for the Custom soft keys, but what I would like to do is something so that when I select the first softkey, it gives me new softkeys to choose from. Does anyone have any recommendations where I can look for general RPL programming help, and any suggestions for how to accomplish this specific task?

Edited: 13 Sept 2006, 9:57 a.m.


Re: Programming Help - Han - 09-13-2006

Try looking up the command TMENU. You can assign to a key the program:

<< { your submenu here } TMENU >>

so that when you press the key, the program above temporarily changes the menu to what you want.


Re: Programming Help - Vieira, Luiz C. (Brazil) - 09-13-2006

HI;

I created a menu-driven, HP12C-based interface for the HP48/49/50 series of the Discounted Cash Flow that uses such feature. I´ll post the CST line so you can see if it fits your needs. Just gimme a couple of hours, though... Meantime, maybe someone els posts a bit more.

Cheers.

Luiz (Brazil)


Re: Programming Help - Jeff O. - 09-14-2006

Quote:
Does anyone have any recommendations where I can look for general RPL programming help...?

This ought to provide a good start, as well as other resources found at hpcalc.org.