Hello Erel,
In B4J when I write to a file and I then use '& CRLF' at the end of the line, I've noticed that in Notepad++ even though it is putting each line written onto separate lines, it is actually showing LF and not CRLF at the end of each line as I would have expected. Just as a test, I then opened the file in M$ notepad and basically all the lines were showing on just one line.
The screen shot below is not of the file in question, but I have written 1 line using B4J to show you. Please look at the screenshots below, you can clearly see that in B4J I've added CRLF to the end of the line.
In Notepad++
B4J line
I've not tested it in B4A, but I do know that in vb.net if one uses & VbCrLr in Notepad++ at the end of each line it does in fact show CRLF and not just LF.
BTW, I've not used Chr$(10) in years
Thank you...