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


replicate

Declaration: replicate(c: char; count: integer): string;
Returns a string which is built by replicating the character c count times

Example: The statement s2 := replicate('U',8); returns the string 'UUUUUUUU' to the string variable s2.