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
Move
See also:
Exchange
,
Insert
Index
Statistical Background
Move (StringList)
Declaration:
TStringList
.
Move
(CurIndex, NewIndex: Integer);
The method
Move
changes the position of a string in the list from the current position given by
CurIndex
to the new position specified by
NewIndex
. The positions are specified as 0-based indexes.