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

NameTypeRequiredDefault
textstringYes-
widthintegerYes-
charstringNo

Example

ZpadRight{hello;10;-}