S
swilson-musco
Guest
So I added some code in vb.net loop to see if it is "short cutting" or if compiler is causing a premature exit of the loop. I defined a filewriter and streamwriter and output the following... Do While i < 999999999 stream.Write("scott" + vbCrLf) i = i + 1 Loop It when from 3 seconds to 70 seconds...still faster than 4GL even when doing disk IO. Odd..
Continue reading...
Continue reading...