Post Reply 
User Keys RPN
01-09-2016, 08:56 PM
Post: #1
User Keys RPN
So I'm trying to shortcut the CONVERT() in RPN to make my life easier. I my program is easy

KEY K_Eex()
BEGIN
RETURN "CONVERT()";
END;

but when I use the user key in RPN it just prints the convert then I have to press OMG [ENTER] all over again. This makes me grumpy. Does anyone know how I can just tell it to press enter for me and trust me that I'll use it where I will need it?

I was thinking it should look like this

KEY K_Eex()
BEGIN
RETURN "CONVERT()";
// Some code here that presses enter for me
END;

-Luis-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
User Keys RPN - luisphysics - 01-09-2016 08:56 PM
RE: User Keys RPN - luisphysics - 01-09-2016, 09:32 PM
RE: User Keys RPN - Francois Lanciault - 01-10-2016, 09:56 PM
RE: User Keys RPN - luisphysics - 01-11-2016, 02:12 AM
RE: User Keys RPN - Francois Lanciault - 01-11-2016, 04:12 AM



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