Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

textstream reading over multiple text files

Status
Not open for further replies.

mash1k

Technical User
Sep 6, 2004
4
GB
Hello all,
I need help win writing a function that will open a text file (Text1), read through it line by line looking for a given condition, when it is found it will open another text file (Text2), read through it line by line and when the given condition is found record it in an array and then close the text file (text2) or reset the textstream function so it goes back to the start of the text file (text2).
thanks in advance for any help submitted

regards

mash
 
Have a look here:
Application.UseSystemSeparators = False

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top