Post Reply 
Prime userkeys with embedded escape characters?
02-11-2021, 01:17 PM
Post: #5
RE: Prime userkeys with embedded escape characters?
(02-11-2021 06:38 AM)Didier Lachieze Wrote:  For your ASIN2 program you can use :
Code:
KEY KS_Sin()
BEGIN
 RETURN (STRING(ASIN2(Ans(1)))+" ");
END;

This will return the result of ASIN2 followed by a space to the command line, so you can directly type another number without the two being concatenated.

You still have to press Enter afterwards to push the result onto the stack, but it's a step in the right direction.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime userkeys with embedded escape characters? - Wes Loewer - 02-11-2021 01:17 PM



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