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


Add

Declaration: TStringList.Add(astr: string): integer;
Adds the string astr to the end of the list. Add returns the position of the item in the list (zero-based index).