ZpadLeft

Pads the text on the left with a repeated character until it reaches the specified width, defaulting to a space.

Syntax

ZpadLeft{text;width;char?}

Arguments

NameTypeRequiredDefault
textstringYes-
widthintegerYes-
charstringNo

Example

ZpadLeft{42;5;0}