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
Exchange
See also:
IndexOf
,
Insert
,
Move (StringList)
Index
Statistical Background
Exchange
Declaration:
TStringList
.
Exchange
(ix1, ix2: integer);
Swaps the position of two strings in the list. The strings are specified by their index values (parameters
ix1
and
ix2
). Indexes are zero-based.