DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.