I'm curious to know why the name CRLF was chosen for Chr(10), which is the Line Feed character.
I realise that in Linux you just need a Line Feed, and don't need the Carriage Return Chr(13) + Line Feed Chr(10) combination which is what Windows uses, but why the confusing name CRLF for Chr(10)? Why was it not just called LF?
I also realise it's too late to change the definition now, but other posts have shown that people are confused by the name, so what was the rational behind it?
Also how about adding new LF and CR constants, and let people decide if they want to use them? (Yes I also realise we can define our own ...)
I realise that in Linux you just need a Line Feed, and don't need the Carriage Return Chr(13) + Line Feed Chr(10) combination which is what Windows uses, but why the confusing name CRLF for Chr(10)? Why was it not just called LF?
I also realise it's too late to change the definition now, but other posts have shown that people are confused by the name, so what was the rational behind it?
Also how about adding new LF and CR constants, and let people decide if they want to use them? (Yes I also realise we can define our own ...)