Post Reply 
Redefining Keys: Multiple Conundrua
02-26-2014, 04:00 AM
Post: #6
RE: Redefining Keys: Multiple Conundrua
After much (!) testing there is good news and bad news about the technique I posted above.

The Good News: It does happen, so I'm not crazy.

The Bad News: It only happens sometimes, most likely due to a bug, since I agree it isn't intuitive it should work that way.

Starting with the CSC() argument on the stack (RPN mode per the original prblm) and this code:

Code:
KEY K_Tan()
BEGIN
//RETURN "CSC(1)";
RETURN(30);
END;
in a program in the catalog (note 3rd line is initially commented out).

6-7 out of 10 times, if you do this:

Delete the slash characters in line 3 to remove comment and restore the command
Press ESC to exit/compile the file
Press HOME
Press TAN to the invoke new assignment.

Prime will insert the CSC(1) and execute the enter returning the CSC of the original argument to the stack.

VERY USEFUL for creating key assignments, but unfortuntely, it's only a bug.

Tim/Cyrille - it would be great if this bug could become a feature Smile

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


Messages In This Thread
RE: Redefining Keys: Multiple Conundrua - rprosperi - 02-26-2014 04:00 AM



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