If I create a text file using VBA with the method of:
what is determining whether the line break ( or Chr(10) ) is in which unicode format?![]()
Please Login or Register to view this content.
The problem I have is opening text files in both unix and microsoft without having any issues with line breaks.
Windows uses: LF VT FF CR as new lines
Unix uses : LS and PS as new lines
so you can see the problem lies with both of their default programs using different line breaks.
So If im using windows, how can i assure that my Chr(10) is going to be a line break when opening that text file in notepad?
Bookmarks