Post Reply 
How do you assign a global var in a CAS function?
11-05-2017, 11:27 PM
Post: #2
RE: How do you assign a global var in a CAS function?
I did figure this out...

EXPORT MMM:=256;

#cas
TEST(l):=
BEGIN
RETURN MMM*l[3];
END
#end

...but MMM is a Home variable when done this way.
Let's say I want to create a global CAS list, which can be indexed using []. How do I do that from a CAS program?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do you assign a global var in a CAS function? - webmasterpdx - 11-05-2017 11:27 PM



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