I have experienced much difficulty in forcing a text file that I write to include (visible) line breaks. When I open the file in 'Notepad', the supposed line breaks appear as odd rectangluar symbols, and do not force a carraige return.
I have attempted to solve this problem with the following techniques:
- Appending a '\n' to the end of each line's string
- Appending a String.fromCharCode(13)
- Appending a '\r\n' to the end of each line's string
Can anyone help me, please?
jared@eae.net -
I have attempted to solve this problem with the following techniques:
- Appending a '\n' to the end of each line's string
- Appending a String.fromCharCode(13)
- Appending a '\r\n' to the end of each line's string
Can anyone help me, please?
jared@eae.net -