DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Streams
TMixedFStream
Methods
Write
See also:
ReadLn
,
WriteLn
Index
Statistical Background
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.