PADSTRING
Pads a string with a given length, if the given string is longer than the length, the original string is returned.
Declaration
PADSTRING(base_string, pad_string, length, alignment) -> substring
PADSTRING(base_string, pad_string, length) -> substring
Parameters
Return Values
- substring
- string -The resulting substring taken from the baseString starting at the start index and ending at the end index or the end of the baseString.