Re: OPENW and environment variables in IDL 5.5 [message #33882] |
Tue, 04 February 2003 22:30 |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
David Fanning <david@dfanning.com> writes:
> Craig Markwardt (craigmnet@cow.physics.wisc.edu) writes:
>
>> Yes, it's fixed in IDL 5.6.
>
> Now, Craig, how in the world would you know this!? Please
> don't tell me you are running IDL 5.6. Didn't that just
> come out a couple of months ago? Goodness, you are getting
> 3-4 years ahead of yourself, aren't you. :-)
Believe it or not, we finally got an upgrade! Don't worry, I'm still
a fuddy duddy. As far as I'm concerned, 5.2 was a pretty good
release. And, I'm still using round ()'s for array subscripting...
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|
|
Re: OPENW and environment variables in IDL 5.5 [message #33888 is a reply to message #33887] |
Tue, 04 February 2003 13:59  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Craig Markwardt (craigmnet@cow.physics.wisc.edu) writes:
> Yes, it's fixed in IDL 5.6.
Now, Craig, how in the world would you know this!? Please
don't tell me you are running IDL 5.6. Didn't that just
come out a couple of months ago? Goodness, you are getting
3-4 years ahead of yourself, aren't you. :-)
Cheers,
David
P.S. I just found another nifty feature in IDL 5.6 for
Windows that I can no longer live without. (I realize
the EMACS guys have been doing this since 1935.) Select
a bit of code, go to the Edit menu and select Comment.
Immediately commented out. Same to reverse it. Gosh, my
wrist is getting better and better!
--
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
|
|
|
Re: OPENW and environment variables in IDL 5.5 [message #33889 is a reply to message #33888] |
Tue, 04 February 2003 13:41  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
thompson@orpheus.nascom.nasa.gov (William Thompson) writes:
> Bruce Bowler <bbowler@bigelow.org> writes:
>
>> On Tue, 04 Feb 2003 13:56:37 -0500, Liam Gumley put fingers to keyboard
>> and said:
>
>>> Has anyone noticed odd behavior in IDL 5.5 (IRIX 6.5) when opening a
>>> file with an environment variable in the argument? For example:
>>>
>>> IDL> openw, lun, '$HOME/test.dat', /get_lun % OPENW: Unable to expand
>>> wildcards in file path. % Execution halted at: $MAIN$
>>>
>>> This command works just fine in IDL 5.3
>
>> See http://www.rsinc.com/services/output.cfm?tip_id=3299
>
> Thank god I'm still running 5.4. Does anybody know if this bug is fixed in
> 5.6?
Yes, it's fixed in IDL 5.6.
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|
Re: OPENW and environment variables in IDL 5.5 [message #33892 is a reply to message #33889] |
Tue, 04 February 2003 12:51  |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
Bruce Bowler <bbowler@bigelow.org> writes:
> On Tue, 04 Feb 2003 13:56:37 -0500, Liam Gumley put fingers to keyboard
> and said:
>> Has anyone noticed odd behavior in IDL 5.5 (IRIX 6.5) when opening a
>> file with an environment variable in the argument? For example:
>>
>> IDL> openw, lun, '$HOME/test.dat', /get_lun % OPENW: Unable to expand
>> wildcards in file path. % Execution halted at: $MAIN$
>>
>> This command works just fine in IDL 5.3
> See http://www.rsinc.com/services/output.cfm?tip_id=3299
Thank god I'm still running 5.4. Does anybody know if this bug is fixed in
5.6?
Bill Thompson
|
|
|
Re: OPENW and environment variables in IDL 5.5 [message #33893 is a reply to message #33892] |
Tue, 04 February 2003 11:24  |
Bruce Bowler
Messages: 128 Registered: September 1998
|
Senior Member |
|
|
On Tue, 04 Feb 2003 13:56:37 -0500, Liam Gumley put fingers to keyboard
and said:
> Has anyone noticed odd behavior in IDL 5.5 (IRIX 6.5) when opening a
> file with an environment variable in the argument? For example:
>
> IDL> openw, lun, '$HOME/test.dat', /get_lun % OPENW: Unable to expand
> wildcards in file path. % Execution halted at: $MAIN$
>
> This command works just fine in IDL 5.3
See http://www.rsinc.com/services/output.cfm?tip_id=3299
--
+-------------------+--------------------------------------- ------------+
Bruce Bowler | What critics call dirty in our movies they call
1.207.633.9600 | lusty in foreign films. - Billy Wilder
bbowler@bigelow.org |
+-------------------+--------------------------------------- ------------+
|
|
|