[top][index]
search for:

pad -- pad a string with spaces

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 :

  • pad(String,ZZ)
  • pad(ZZ,String)

  • [top][index]
    search for: