|
-
Aug 28th, 2007, 09:14 PM
#1
Thread Starter
Addicted Member
TextStreamReader
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|