Post Reply 
How do you assign a global var in a CAS function?
11-07-2017, 06:47 AM (This post was last modified: 11-07-2017 06:52 AM by webmasterpdx.)
Post: #7
RE: How do you assign a global var in a CAS function?
That article says that in CAS programs variable initialization must be done seperately from declaration.
...as in:

local c;
c:=5;

However, I just tried initialization on the same line as in:

local c:=5;

...and it worked.

So....is this still the case or is it OK to initialize in the same line as declaration with the latest firmware?
Let me know and I'll edit the article to remove that....

???
Thx
-Donald
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-07-2017 06:47 AM



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