Custom Command
FunctionsText Functions

$padLeft

Adds a filling text at the start of text, depend on the maximum length

Usage

$padLeft[Text;Max Length;Filling Text]

Example:

!!exec $padLeft[5;2;0]
$padLeft[13;2;0]

05
13

On this page