Thursday, August 18, 2011

Visual basic help again?

The reason why you are getting the last result is because you are using a string. Every time you are reading a line in the file it is overwriting the line previous to it. What you need to do is use an array.

No comments:

Post a Comment