pad
pad(s,n)
-- pads the string s to length n with spaces on the right.
pad(n,s)
-- pads the string s to length n with spaces on the left.