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


padz

Declaration: padz(s: string; width: integer): string;
Inserts zeroes at the beginning 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.