Re length <Correction>
- Posted by Michael Nelson <MichaelANelson at WORLDNET.ATT.NET> Jan 20, 2001
- 495 views
------=_NextPart_000_0045_01C0833C.2EE4D900 charset="iso-8859-1" This is what I get working late at night. The previous benckmark program contains an error--I saved the length outside the outer loop (for i=1 to 100000) rather than outside the inner loop (for j=1 to len), whcih is the correct way to test it. The correct becnchmark program actually shows saving the length to be slower by the trivial amount of .02 seconds per 1000000 tests. -- Mike Nelson ------=_NextPart_000_0045_01C0833C.2EE4D900 name="lentest.EX"