Difference between revisions of "End of Line"

From Free Pascal wiki
Jump to navigationJump to search
Line 16: Line 16:
  
 
[[Category:Multiplatform Programming]]
 
[[Category:Multiplatform Programming]]
 +
[[Category:Platform-sensitive development]]

Revision as of 22:28, 18 May 2013

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

End of line markers

Mac OS X often accepts Line feed and Carriage return.


See also

  • LineEnding Constant describing the current line ending character.
  • SetTextLineEnding Set the end-of-line character for the given text file.