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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How do I use CAS variables in a Program? - John@Mazes.com - 05-30-2017, 09:08 AM
RE: How do I use CAS variables in a Program? - Han - 05-30-2017, 04:54 PM
RE: How do I use CAS variables in a Program? - John@Mazes.com - 05-30-2017, 07:39 PM
RE: How do I use CAS variables in a Program? - Tim Wessman - 05-30-2017, 08:52 PM
RE: How do I use CAS variables in a Program? - John@Mazes.com - 05-31-2017, 04:22 PM
RE: How do I use CAS variables in a Program? - Tim Wessman - 05-31-2017, 05:11 PM
RE: How do I use CAS variables in a Program? - cyrille de brébisson - 05-31-2017, 04:49 AM
RE: How do I use CAS variables in a Program? - John@Mazes.com - 05-31-2017, 04:23 PM
RE: How do I use CAS variables in a Program? - Han - 06-01-2017 03:50 AM
|
User(s) browsing this thread: 3 Guest(s)