Re: [VB5) Faster way to read a text file?
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 19 Aug 2007 23:45:11 -0400
While x < Max And (x <> -1)
Not sure, but you might have to get fancier with this to be a true test.
It's possible that the comparison here is being optimized more than if it
were, say, "x < Max And (y <> -1)". I'd also be curious (and will probably
try, myself, tomorrow) to see the results if the "x <> -1" were changed to
something like "x <> 50000" or similar, thus more closely ending a
search-style loop which would be more likely to end prematurely.
Rob
.
- References:
- [VB5) Faster way to read a text file?
- From: Gilles Ganault
- Re: [VB5) Faster way to read a text file?
- From: Schmidt
- Re: [VB5) Faster way to read a text file?
- From: Schmidt
- Re: [VB5) Faster way to read a text file?
- From: Randy Birch
- Re: [VB5) Faster way to read a text file?
- From: Robert Morley
- Re: [VB5) Faster way to read a text file?
- From: DanS
- Re: [VB5) Faster way to read a text file?
- From: Robert Morley
- Re: [VB5) Faster way to read a text file?
- From: DanS
- Re: [VB5) Faster way to read a text file?
- From: Robert Morley
- Re: [VB5) Faster way to read a text file?
- From: DanS
- Re: [VB5) Faster way to read a text file?
- From: Steve Gerrard
- Re: [VB5) Faster way to read a text file?
- From: DanS
- Re: [VB5) Faster way to read a text file?
- From: Steve Gerrard
- [VB5) Faster way to read a text file?
- Prev by Date: Re: VB6 DLL
- Next by Date: Re: VB6 DLL
- Previous by thread: Re: [VB5) Faster way to read a text file?
- Next by thread: Re: [VB5) Faster way to read a text file?
- Index(es):