Post Reply 
base conversion problems...
09-02-2017, 08:35 PM (This post was last modified: 09-02-2017 08:43 PM by Stevetuc.)
Post: #9
RE: base conversion problems...
The prog given here might work even better- 1 tap conversion when in locked user and Rpn mode Smile

http://www.hpmuseum.org/cgi-sys/cgiwrap/...ead=252437

Code:

KEY K_Minus()
BEGIN
LOCAL nb;
CHOOSE(nb, "Base", "Bin", "Oct", "Dec", "Hex");
Base:=nb-1;
STARTVIEW(6, 1);
STARTVIEW(-1, 1);
END;

This code is what I ended up using. With user mode locked on and #num in stack press Base (-) key then tap the menu for desired conversion - simples!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
base conversion problems... - webmasterpdx - 09-01-2017, 10:24 AM
RE: base conversion problems... - Joe Horn - 09-02-2017, 05:58 AM
RE: base conversion problems... - Stevetuc - 09-02-2017, 08:27 AM
RE: base conversion problems... - Stevetuc - 09-02-2017 08:35 PM
RE: base conversion problems... - Stevetuc - 09-05-2017, 11:29 AM



User(s) browsing this thread: 1 Guest(s)