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


Write

Declaration: TMixedFStream.Write(AString: string);
The procedure Write stores the string AString at the current position of the stream. If the property Position is at the end of the stream the string will be appended, otherwise the string will overwrite existing bytes of the stream.