Results 1 to 3 of 3

Thread: [RESOLVED] How to use EOF with IO.File.ReadAllLines

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    507

    Resolved [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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to use EOF with IO.File.ReadAllLines

    Why would you need to? ReadAllLines starts at BOF and ends at EOF already.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    507

    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
  •  



Click Here to Expand Forum to Full Width