function (optionaltext
as nullable any,count
as number, optionalcharacter
as nullable any) as nullable any
text
value padded to length count
by inserting spaces at the end of the text value text
. An optional character character
can be used to specify the character used for padding. The default pad character is a space."Name "
"Name||||||"