padl

Declaration: padl(s: string; width: integer): string;
Inserts blanks 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.