Post Reply 
Cas.collect() doesn't work for division expression when it is used in program[SOLVED]
07-06-2018, 01:26 PM (This post was last modified: 07-06-2018 01:46 PM by vvolkan.)
Post: #4
RE: Cas.collect() doesn't work for division expression when it is used in program
I have added #cas mode to the code and make the cas.function operations in that part of the program and assigned function results to global variables in that cas part. Lastly i used variable in non-cas part of the program. Thanks for your suggestions. the code something like this:

transfervar;
#cas
mc1(var1):=
BEGIN

transfervar:=eval('collect(var1)');

END;
#end

//Second part of code or another code file:

EXPORT mc2()
BEGIN

return (transfervar);

END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Cas.collect() doesn't work for division expression when it is used in program - vvolkan - 07-06-2018 01:26 PM



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