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
LoadFromFile
See also:
SaveToFile
Index
Statistical Background
LoadFromFile
Declaration:
TStringList
.
LoadFromFile
(const FileName: string);
The method
LoadFromFile
fills the string list from the file specified by
FileName
. Each line in the file, as indicated by carriage return or linefeed characters, is appended as a string in the list.