PURGE function - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: PURGE function (/thread-2437.html) |
PURGE function - Tiago66 - 11-16-2014 04:26 PM The function "purge(Var)" isn't working when I try to delete an user defined variable. RE: PURGE function - DrD - 11-16-2014 05:10 PM The user guide and On Calc help for purge() doesn't inform users about CAS and HOME limitations. I imagine your example would be to purge(a HOME Var), not purge(a CAS Var). Home variables can be deleted using the Vars | User Variables key selection. CAS variables can be purge()'d. Restart() purges all CAS variables and CAS settings, according to the user guide, for example. -Dale- |