i would recommend reading in the text file, get the index of the first vbcrlf and removing all text up to this point. If you need more guidance let me know and i will give you some code
its fridayt afternoon and time to go home, so i only write a little code for you, it essentially opens the file and removes the text until the first vbcrlf, so all you have to write is the part to overwrite the existing file, sorry i couldnt finish it, but its the weekend
Dim myFile As File
Dim strFile As String
Dim sr As StreamReader = myFile.OpenText("c:\myfile.txt")
strFile = sr.ReadToEnd
sr.Close()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.