Purpose
Returns the source_string padded to the left with the characters in fill_string so that the resulting string is length characters.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- source_string
- A character string or string expression.
- length
- The number of characters in the resulting string.
- fill_string
- The string of characters used to pad the source_string.