HP Forums

Full Version: Major Bug in 2014 11 24(6940) RPN mode X^2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 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.
(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.
Pages: 1 2
Reference URL's