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

Home » Public Forums » archive » delete variable name from memory
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: delete variable name from memory [message #44332 is a reply to message #44266] Mon, 06 June 2005 03:39 Go to previous message
rm is currently offline  rm
Messages: 4
Registered: June 2005
Junior Member
saplizki@gmail.com wrote:
> but i do need to removes any notion of ever having seen such a
> variable.
> And David's solutions and Antonio's solutions dosn't do it, so how can
> i really remove it.

I suspect what you want can't be done. If you take the simple code
below, 'A' appears in the variable list even though the line has never
and can never be executed.

pro test

goto, avoidvariable
a=10
avoidvariable:

end

IDL> .run test
% Compiled module: TEST.
IDL> print, routine_info('test', /var)
A
IDL>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: C/C++ conversion to IDL
Next Topic: Re: MacTel

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

Current Time: Fri Oct 10 00:47:18 PDT 2025

Total time taken to generate the page: 0.15639 seconds