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

Home » Public Forums » archive » Re: End of Array - like - End Of File
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: End of Array - like - End Of File [message #25950 is a reply to message #25949] Fri, 27 July 2001 11:32 Go to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
"Emmler, Oliver" <oemmler@ix.urz.uni-heidelberg.de> writes:

> Hi all,
> i have a directory with different numbers of files. I read the filenames by

> text = FINDFILE('H:/radiologie/*.dcm')

> in my testdirectory there are 14 files so it's defined when to stop

> FOR i=0,14 DO file[*,*,i] = READ_DICOM(text[i])

> QUESTION:
> How can i get the size of the array TEXT to stop by FOR i=0,stop DO ...
> Is there something like EOA (EndOfArray) like EOF ?

Is this what you mean?

FOR i=0,N_ELEMENTS(file)-1 DO file[*,*,i] = READ_DICOM(text[i])

William Thompson
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Good IDL GUIBuilder Tutorial???
Next Topic: Re: closing widget window

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

Current Time: Sat Oct 11 00:56:55 PDT 2025

Total time taken to generate the page: 1.51929 seconds