RE: reading lists over and over

2001-03-05 Thread Eric Barr
Jason, Each time you read in the file you could process it and create session level arrays or structures that suite your needs. This way you are doing the text processing once, and reading arrays / structures all the other times ..this should help with processing speed. -eric --

RE: reading lists over and over

2001-02-28 Thread BORKMAN Lee
Hi Jason, You can parse the file once and build your own query in RAM, or use a set of CF arrays or CF structures. More if you need it... have fun, Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message- From: Jason Egan [mailto:[EMAIL PROTECTED]] what I

Re: reading lists over and over

2001-02-28 Thread Joseph Thompson
> I have a text file that I have to read in and populate drop downs with. It > is essentially an invoice, so each time a line is added I have to read > through the file again and fill in drop downs, match data from the file to > that entered etc. > > It is in a format like: > > id, info, name, co