Post Reply 
Returning from a user-key function
09-14-2017, 09:50 PM
Post: #4
RE: Returning from a user-key function
What about returning an empty string ?

Code:
KEY K_Sq()
BEGIN
Base:=3;
RETURN "";
END;
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 - Didier Lachieze - 09-14-2017 09:50 PM



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