Post Reply 
User key to toggle to and from RPN
11-30-2017, 10:06 PM (This post was last modified: 11-30-2017 10:13 PM by ekeppel.)
Post: #3
RE: User key to toggle to and from RPN
I just realized that I never use Algebraic mode, so I've combined those two previous code blocks as follows:

Code:
KEY K_View()
BEGIN
  IF Entry == 0
    THEN Entry:=2 ELSE Entry:=0;
  END;
  STARTVIEW(-1,1);
  TEXTOUT_P(STRINGFROMID(1903+Entry),G0,2,207,2,RGB(255,0,0));
  WAIT(.5);
END;

This gives feedback when changing modes and also skips Algebraic.

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


Messages In This Thread
RE: User key to toggle to and from RPN - ekeppel - 11-30-2017 10:06 PM



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