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.

Go to main index.

Go to concepts index.