Post Reply 
Major Bug in 2014 11 24(6940) RPN mode X^2
12-05-2014, 05:27 AM
Post: #21
RE: Major Bug in 2014 11 24(6940) RPN mode X^2
I can't figure out how to obtain the superscript '2'.

(12-03-2014 10:16 PM)lenborje Wrote:  Entering a superscript 2 using the "Chars" menu works in RPN!

This means that you can create a real workaround by a user key assignment.

Code:

KEY K_Sq()
BEGIN
  RETURN "²";
END;

(There's a single character, a superscript 2, within the double quotes. I hope it turns out correct in all browsers.)

Then activate the User keyboard.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Major Bug in 2014 11 24(6940) RPN mode X^2 - mbeddo - 12-05-2014 05:27 AM



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