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; |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Cas.collect() doesn't work for division expression when it is used in program[SOLVED] - vvolkan - 07-04-2018, 11:00 PM
RE: Cas.collect() doesn't work for division expression when it is used in program - parisse - 07-05-2018, 04:25 AM
RE: Cas.collect() doesn't work for division expression when it is used in program - DrD - 07-05-2018, 04:51 PM
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: 3 Guest(s)