comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » delvar
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: delvar [message #14317 is a reply to message #14262] Tue, 09 February 1999 00:00 Go to previous messageGo to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
Alex Schuster <alex@rosa.mpin-koeln.mpg.de> writes:

> Dominic Zarro wrote:

>> The following may not guarantee that a variable
>> is permanently deleted from IDL memory, but it
>> is useful for undefining the variable:
>>
>> IDL> a = temporary(a)

> Um, you didn't actually try this, did you? ;-)

I think that what Dominic was trying to say here was that if you wrote a simple
routine along the lines

pro delete_variable, variable
dummy = temporary(variable)
end

you could then delete a variable by saying

delete_variable, a

I know that we've been doing that for a while now, using a similar procedure
that Dominic wrote. I don't know how this would work with pointer variables,
but it sounds like Dominic's on top of that, too.

Bill Thompson
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 3D projection rotation
Next Topic: device,decomposed=0

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 23:16:52 PDT 2025

Total time taken to generate the page: 0.32238 seconds