Difference between revisions of "End of Line"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
 
* windows line ending is [[Carriage return]] + [[Line feed]] (CRLF #13#10).
 
* windows line ending is [[Carriage return]] + [[Line feed]] (CRLF #13#10).
 
* Native Macinstosh files have [[Carriage return]] (CR #13) as line ending.
 
* Native Macinstosh files have [[Carriage return]] (CR #13) as line ending.
 +
 +
 +
* LineEnding is end of line marker. This constant (system unit) is used when writing end of lines to text files.

Revision as of 09:48, 22 July 2007


  • LineEnding is end of line marker. This constant (system unit) is used when writing end of lines to text files.