Post Reply 
Major Bug in 2014 11 24(6940) RPN mode X^2
12-05-2014, 05:37 AM (This post was last modified: 12-05-2014 05:39 AM by Michael de Estrada.)
Post: #22
RE: Major Bug in 2014 11 24(6940) RPN mode X^2
(12-05-2014 05:27 AM)mbeddo Wrote:  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, witbhin the double quotes. I hope it turns out correct in all browsers.)

Then activate the User keyboard.

The simplest way is to select it from the characters menu (Shift Chars). It's the second item in the eighth row.
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 - Michael de Estrada - 12-05-2014 05:37 AM



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