Post Reply 
input does not work anymore (10637 )
09-25-2016, 11:43 PM
Post: #2
RE: input does not work anymore (10637 )
Try:

Code:
EXPORT abc()
BEGIN
 LOCAL a;
 print;
 INPUT({{a,[2]}},"test",{"y="},"","",{"2*x"});
 print(a);
 int(EVAL(a));
END;

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


Messages In This Thread
RE: input does not work anymore (10637 ) - roadrunner - 09-25-2016 11:43 PM



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