Thanks combo and Gitarzan, I ended up having to use both your suggestions.
I used ReadAll to read the entire file in as one long string.
Replacing the vbLF affected the vbCRLF as well, which resulted in no end-of-line markers at all, so first I Replaced all vbCRLF with a random string...
I am reading a comma-delimited file that was exported from Excel. One of the columns has embedded Line Feeds (x'0a'), and when I read it in with VBScript, the text in that column is, naturally, broken into separate lines where the Line Feed character is.
The end of the record has, as you'd...
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.