Topic Path: Symbol Reference > Constants > EOL Constant
ContentsIndexHome
PreviousUpNext
EOL Constant

Represents the End-of-Line character sequence.

File
EOL = CR + LF;

EOL is the constant value used to represent the End-of-Line character sequence commonly used in most Internet protocols. 

EOL is used as the default end-of-line sequence when an IOHandler is used to write lines of text to the endpoint for a socket connection.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.