DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Strings
StringList
Methods
SaveToFile
See also:
LoadFromFile
Index
Statistical Background
SaveToFile
Declaration:
TStringList
.
SaveToFile
(const FileName: string);
Saves the strings in the list to the file specified by the pararmeter
FileName
. Each string in the list is written to a separate line in the file.