Function: STRPAD( <expC>, <expN> ) --> string Synopsis: Pads a string with spaces at right side of string <expC> string to pad <expN> new length of string Notes: string will be truncated if <expN> is smaller than original string length. Returns: string right padded with spaces.