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
Printable View
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
Why would you need to? ReadAllLines starts at BOF and ends at EOF already.
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