Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvra.cv.hp.com!rnews!hpcvbbs!akcs.nathan From: akcs.nathan@hpcvbbs.UUCP (Nathan Bush) Newsgroups: comp.sys.handhelds Subject: Re: Programming for the VAR key in the HP48 Message-ID: <27e16791:2446.1comp.sys.handhelds;1@hpcvbbs.UUCP> Date: 16 Mar 91 00:40:08 GMT References: <5414@umbc3.UMBC.EDU> Lines: 9 Every menu on the 48 has a number assigned to it. The list is on page 697 of volume II. The number for the VAR menu is 2. The command MENU will recall a menu to the bottom of the screen. So, the code you will want to use is \<< 2 MENU />>. You might also want to assign this piece of code to the key 31.2 in USER mode. Every time you press HOME on the keyboard, the VAR menu will appear. The code: \<< HOME 2 MENU \>> 31.2 ASN Naturally, this will only work if you leave the 48 in USER mode at all times.