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

Home » Public Forums » archive » Re: can i read multiple files?
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: can i read multiple files? [message #50195] Mon, 18 September 2006 17:53
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
zircola writes:

> hi..i am relatively new to idl. i got to this newsgroup through
> dfanning website..now i was thinking if i can read multiple files at
> the same time in one procedure. can this be done in idl?

You can read *thousands* of files in the same procedure
in IDL. Just be sure you close each logical unit number
(with FREE_LUN, if you obtained the LUN with GET_LUN,
or with CLOSE if you just chose a LUN from the pool 1-99)
before you open the next file. This way you won't run out of
logical unit numbers.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Previous Topic: Re: output as eps instead of ps?
Next Topic: Re: ROI on map

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

Current Time: Sat Oct 11 15:02:10 PDT 2025

Total time taken to generate the page: 0.95711 seconds