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


padr

Declaration: padr(s: string; width: integer): string;
Adds blanks to the end of the string s so that the resulting string is width characters long. If width is smaller than the length of the string s the unchanged string s is returned.