Post Reply 
Returning from a user-key function
09-15-2017, 12:07 AM
Post: #5
RE: Returning from a user-key function
(09-14-2017 09:50 PM)Didier Lachieze Wrote:  What about returning an empty string ?

Code:
KEY K_Sq()
BEGIN
Base:=3;
RETURN "";
END;

That ALMOST does it, but you'll notice that it begins entry on the current input field. For example, do that on the home screen, and you'll see the cursor appear at input line.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Returning from a user-key function - Dave Britten - 09-15-2017 12:07 AM



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