Difference between revisions of "End of Line"

From Free Pascal wiki
Jump to navigationJump to search
(Categories moved to template)
Line 18: Line 18:
 
* [[doc:rtl/system/settextlineending.html|SetTextLineEnding]] Set the end-of-line character for the given text file.
 
* [[doc:rtl/system/settextlineending.html|SetTextLineEnding]] Set the end-of-line character for the given text file.
 
* [[doc:rtl/system/slinebreak.html|sLineBreak]] is an alias for LineEnding and is supplied for compatibility.
 
* [[doc:rtl/system/slinebreak.html|sLineBreak]] is an alias for LineEnding and is supplied for compatibility.
 
[[Category:Multiplatform Programming]]
 
[[Category:Platform-sensitive development]]
 

Revision as of 21:16, 26 May 2018

English (en) suomi (fi) русский (ru)

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

End of line markers

(Better/also known as line ending characters)

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.
  • sLineBreak is an alias for LineEnding and is supplied for compatibility.