The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



WriteLnStream


Unit:SDL_streams
Class:none
Declaration:procedure WriteLnStream (OutStream: TStream; Line: string);

The procedure WriteLnStream stores the string Line at the current position of the stream OutStream. A CRLF character sequence (ASCII 13 and 10) is automatically appended to the written line.



Last Update: 2023-Feb-06