Post Reply 
Problems with eval(IdentifierName,#recall)
02-28-2017, 12:43 PM (This post was last modified: 02-28-2017 12:45 PM by Han.)
Post: #4
RE: Problems with eval(IdentifierName,#recall)
You delete Home variables using: DelHVars("name") or DelHVars({ "list", "of", "names" });

The purge() command is a CAS command; it will only delete CAS variables

By the way, you placed purge(id0, id1, id2); outside of any program, so this will never be evaluated.

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


Messages In This Thread
RE: Problems with eval(IdentifierName,#recall) - Han - 02-28-2017 12:43 PM



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