Re: Delvar? [message #31221] |
Fri, 28 June 2002 07:33  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
William (wmc@bas.ac.uk) writes:
> I understand that I can't use delvar in subroutines, only at the
> main prompt. But if I do verybigarray=0, does that get rid of the
> memory usage anyway?
It gets rid of *most* of it. :-)
It just looks so un-intuitive in your code though.
If you are as anal as I am, you might prefer to use
UNDEFINE:
http://www.dfanning.com/programs/undefine.pro
It's the DELVAR for the rest of us.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
|
|