Post Reply 
Select subexpression in equation
08-01-2016, 02:23 PM (This post was last modified: 08-01-2016 02:32 PM by Fortin.)
Post: #3
RE: Select subexpression in equation
The following assigns the textbook<->algebraic toggle code to the Shift-EEX (Sto>) key. The startview switches to the home settings (-2) while the change is made so that the entry line is updated when returning to Home (-1).

KEY KS_Eex()
BEGIN
STARTVIEW(−2,0);
Entry:=IFTE(Entry==0,1,0);
STARTVIEW(−1);
RETURN "";
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Select subexpression in equation - Fortin - 08-01-2016 02:23 PM



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