[VB]Alternative to ReadLine?
I've looked in a reference guide, and a VB book and searched on google for an alternative to ReadLine.
What I am trying to do is have the program goto a line, read the line, and get multiple variables out of the line.
An example of the line would be:
10 10 1000 1000
Each of these values corrosponds to something that needs its own variable, and I'm tryin to find a way that will be easier then trying to make it an array and such...
Thanks for the help.
|