With so many files that the OP feels they wish to cache them, an unordered
LOCATE could end up using as many resources as OPEN.

Jim

> -----Original Message-----
> From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf
> Of Mike Preece
> Sent: Friday, May 27, 2011 12:36 AM
> To: jBASE
> Subject: Re: Dynamic array of file pointers?
>
> Or a combination of both. Maintain a dynamic array of open file names
> and an associated dimensioned array of file variables. That way you can
> LOCATE the file name in the dynamic array giving you the element number
> in the dimensioned array containing the associated file variable.
>
> On May 27, 6:24 am, Ian Perkins <perkins....@gmail.com> wrote:
> > +1 for dimensioned arrays
>
> --
> Please read the posting guidelines at:
> http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
> IMPORTANT: Type T24: at the start of the subject line for questions
> specific to Globus/T24
>
> To post, send email to jBASE@googlegroups.com To unsubscribe, send
> email to jbase-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to