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
Properties
Strings
See also:
Count
,
Text
Index
Statistical Background
Strings
Declaration:
TStringList
.
Strings
[Idx: Integer]: string;
The array property
Strings
contains the individual strings of the string list. The parameter
Idx
gives the position of the string (valid range from 0 to
Count
-1).
To locate a particular string in the list, call the
IndexOf
or
Find
method.