(no subject)
Nov. 19th, 2008 09:51 pmBug of the day:
While Not RS.EOF
foo = foo + 1
Wend
As with all blindingly obvious bugs, it managed to survive a code walkthrough.
While Not RS.EOF
foo = foo + 1
Wend
As with all blindingly obvious bugs, it managed to survive a code walkthrough.