in reply to RE: RE: Re: Faster way?
in thread Faster way?

Thanks for that :-)
The code from above seems to not do much for speed improvement though, obviously cleaner, but not much faster. Damned w2k.. all of these are out on a file server for shared access. I run this same code on my linux box, and way way faster. Too bad :(

Replies are listed 'Best First'.
RE: RE: RE: RE: Re: Faster way?
by Fastolfe (Vicar) on Oct 06, 2000 at 23:54 UTC
    Moving your open and close calls outside of your loop will definitely speed things up. Check the comments in my original post for other speed-ups.