ZpadRight
Pads the text on the right with a repeated character until it reaches the specified width, defaulting to a space.
Syntax
ZpadRight{text;width;char?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| text | string | Yes | - |
| width | integer | Yes | - |
| char | string | No |
Example
ZpadRight{hello;10;-}