Re: System Variable Behavior Changed in IDL 6.0 [message #38615 is a reply to message #38488] |
Thu, 11 March 2004 13:46   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Dick Jackson writes:
> That's a bummer! Good news and bad news: mine on Windows is working
> OK...
>
> IDL> Print, !Version
> { x86 Win32 Windows Microsoft Windows 6.0 Jun 27 2003 32 64}
> IDL> !P.Multi=[0,2,3]
> IDL> plot, findgen(11)
> IDL> print, !X.Window[0], !Y.Window[0], !X.Window[1], !Y.Window[1]
> 0.0562550 0.706672 0.483130 0.980005
Oh, oh. One of these files (there are more than 100) in
this project from hell must be setting a system variable,
because if I run the program in a new IDL session, I have
no problems and IDL acts like it is suppose to. Now, to
track down the offending file...
Cheers,
David
P.S. Did I mention I love objects?
--
David Fanning, Ph.D.
Fanning Software Consulting
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|