next | previous | forward | backward | up | top | index | toc | home

pad -- pad a string with spaces

Description

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.

Ways to use pad :