Post Reply 
A simple Entry Mode Switcher...
05-05-2016, 01:50 PM
Post: #11
RE: A simple Entry Mode Switcher...
(05-05-2016 11:11 AM)Tyann Wrote:  
Code:

KEY K_On()
BEGIN
Entry:=(Entry+1) MOD 3;
STARTVIEW(-1,1);
TEXTOUT_P(STRINGFROMID(1903+Entry),G0,2,207,2,RGB(255,0,0));
FREEZE;
END;

Your English is fine and your code is clever!

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: A simple Entry Mode Switcher... - rprosperi - 05-05-2016 01:50 PM
RE: A simple Entry Mode Switcher... - dae - 07-27-2019, 10:26 PM



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