Re: ASCII File reads of free format files [message #81913] |
Fri, 09 November 2012 11:44 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
mickmitani writes:
> I want to eliminate version change from the equation so I need to verify that IDL 8.0 doesn't randomly screw up simple I/O.
I have a really snarky comment Coyote is insisting I make,
but I'm resisting. :-)
I doubt IDL 8.0 (which, like all "dot 0" releases, is pretty suspect)
is causing your problems.
I would guess it's more OS related and possible related
to how input buffers are flushed. You might try adding
a FLUSH, lun command to be sure the logical unit number
empties before you try to do something with the data.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|