I need to add lines to the text file at the bottom and pull (and delete) the line at the top. Is there a method for deleting lines in the top of a file?
I dont think there is. You should read in the entire file into an array
of lines, set the first element in the array to "", and then add a
few elements to the array (using Redim). Once youre done that,
create a String from the string array using
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.