End of Line

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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. In other words, it starts a new line.

End of line markers

(Better/also known as line ending characters)

macOS 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.