fill-from-right(a, b, c)


Adds a filling character b to the right side of text a until a length of c is reached.

Description of Parameters

Parameter

Description

a

Text.

b

Filling character.

c

Length.

Examples

Parameter a

Parameter b

Parameter c

Result

12345

0

10

1234500000

12345

0

1

12345