DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


WriteLn

Declaration: TMixedFStream.WriteLn(AString: string);
The procedure WriteLn stores the string AString at the current position of the stream. A <CR><LF> character sequence (ASCII 13 and 10) is automatically appended to the written string. If the property Position is at the end of the stream the line will be appended, otherwise the line will overwrite existing bytes of the stream.