Post Reply 
Problem with INPUT instruction on CAS Program
01-18-2016, 10:56 PM
Post: #2
RE: Problem with INPUT instruction on CAS Program
Will this work for you:

PHP Code:
EXPORT temp()
begin
 local x
;
 
input(x);
 return 
x;
end;

#cas
p4_input_data():=
BEGIN
 local a
;
 
a:=temp()
 return(
a);
END;
#end 

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


Messages In This Thread
RE: Problem with INPUT instruction on CAS Program - roadrunner - 01-18-2016 10:56 PM



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