Hi:
if I have


2,5,6,8
5,7,8,9
11,68,45,78
...
....
...more

in text or notepad format.

using System.IO, what is the best way to deal with it as
It need to split the text one at the time ( 2 then 5 then 6 then 8 etc)?

One more thing: When I included : using System.IO at the top of the Program
it give me an Error. When I look at the Preference I could not locate "IO", Why?

I have to do it at the program typing System.IO.Streamreader....

Why?

Thanks

Simon