|
-
Oct 28th, 2009, 11:34 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] How to use EOF with IO.File.ReadAllLines
Hi Guys
I am using "For Each S As String In IO.File.ReadAllLines(filetoUse)" to read a file. how acn use EOF with IO.File?
thanks
-
Oct 28th, 2009, 11:40 AM
#2
Re: How to use EOF with IO.File.ReadAllLines
Why would you need to? ReadAllLines starts at BOF and ends at EOF already.
-
Oct 28th, 2009, 11:54 AM
#3
Thread Starter
Hyperactive Member
Re: How to use EOF with IO.File.ReadAllLines
Your right, I am bad , I let my script run I took longer than what I was expecting since the file was bigger then what I was expected. Thanks
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
|