Description
Puts a number of string characters to the right of an input string based on overall length.
Signature
PadRight('inputstring', totalLength, 'charToPad')
Example
PadRight('1', 4, '0') Returns '1000'
Parameters
| Name | Type | Description | Required | 
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx | 
| totalLength | xxxx | xxxx | xxxx | 
| charToPad | xxxx | xxxx | xxxx | 
		