Post Reply 
how do you delete a list from a program
08-26-2017, 08:46 PM
Post: #4
RE: how do you delete a list from a program
I found out how to do this finally in an obscure post via google.
purge(name) works for CAS variables.
For system builtin variables, use L1:={} to clear out the variable, but the variable itself can't be deleted.
For home user variables, or from a program, you can delete them using DelHVars("name").
This delete command doesn't appear to be documented anywhere. However it works. The quotes are necessary.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how do you delete a list from a program - webmasterpdx - 08-26-2017 08:46 PM



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