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
Insert
See also:
Add
,
Assign
,
Exchange
,
Move (StringList)
Index
Statistical Background
Insert
Declaration:
TStringList
.
Insert
(Index: Integer; const S: string);
Inserts the string
S
to the list at the position specified by
Index
(zero based!).