Post Reply 
How do I use CAS variables in a Program?
06-01-2017, 03:50 AM
Post: #9
RE: How do I use CAS variables in a Program?
The CAS() command is a merely a "wrapper" command that enables non-CAS programs (i.e. "Home" programs) to execute CAS commands as if one were in the CAS view. The same goes for CAS.command() or CAS.object.

Since you used the #cas ... #end then you have already declared that everything enclosed within is to be treated as if run from the CAS view. So CAS.command() or CAS.object or even CAS("command or expression") is not only redundant but introduces possible conflicts in environments (CAS vs non-CAS).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I use CAS variables in a Program? - Han - 06-01-2017 03:50 AM



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