End of Line

From Free Pascal wiki
Revision as of 08:37, 25 September 2014 by BigChimp (talk | contribs)
Jump to navigationJump to search

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.