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: [email protected] [mailto:[email protected]] 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 <[email protected]> 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 [email protected] To unsubscribe, send > email to [email protected] > 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 [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
