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

Home » Public Forums » archive » Re: Tough System Variable Question for the IDL Gurus
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: Tough System Variable Question for the IDL Gurus [message #68630 is a reply to message #68625] Wed, 11 November 2009 14:26 Go to previous message
Foldy Lajos is currently offline  Foldy Lajos
Messages: 268
Registered: October 2001
Senior Member
On Wed, 11 Nov 2009, David Fanning wrote:

> OK, you IDL gurus. How do you delete an IDL system variable
> you have created with DefSysV without getting out of the IDL session?
>
> IDL> DefSysV, '!TESTER', 5
> IDL> DelVar, !TESTER
> % DELVAR: Expression must be named variable in this context: <INT
> ( 5)>.
>
> IDL> Undefine, !Tester
> IDL> Help, !Tester
> <Expression> INT = 5
>
> My current thinking is that it is not possible. Any good ideas?
>
> Cheers,
>
> David
>

You are right, it is not possible:

"System variables have a predefined type and structure that cannot be
changed." (IDL Reference Guide)

regards,
Lajos
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Use the device fonts for Ytitle on screen
Next Topic: _extra keyword

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

Current Time: Fri Nov 28 11:12:03 PST 2025

Total time taken to generate the page: 2.16262 seconds