Home
Script Language
Strings
padr
See also:
padl
,
padz
,
trim
,
LeftString
Index
Statistical Background
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.