The Museum of HP Calculators

HP Forum Archive 02

[ Return to Index | Top of Index ]

HP49G menu
Message #1 Posted by k. y. fung on 12 Mar 2000, 9:17 a.m.

Anybody knows how to program menu items? This is what I want to do, say put menu 42 in a menu called units so I do this:

{{"Units"{42menu}}}

that's assume in rpn mode. when I execute this, 42 came out on the stack instead of executing this:

42menu

which is something I want the machine to do.

appreciate you input. thanks.

      
Re: HP49G menu
Message #2 Posted by Veli-Pekka Nousiainen on 8 Apr 2000, 7:39 p.m.,
in response to message #1 by k. y. fung

Hi !

Have you tryed {{ "Units" > } }

            
Re: HP49G menu
Message #3 Posted by Veli-Pekka Nousiainen on 8 Apr 2000, 7:43 p.m.,
in response to message #2 by Veli-Pekka Nousiainen

Hey !

The program gets cut off ?! Well let's try again:

{ { "Units" BEGIN 42 MENU END } }

Where the BEGIN and END mean the program brackets.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall