Padl
Returns a new text where the indicated character is prepended as many times as necessary until the indicated length is reached.
Returns Invalid expression
if input values do not match required type.
Syntax
Parameters
Name
Type
Required
Description
value
text, numeric
☑️
a text or a number.
length
numeric
☑️
the number of characters in the resulting text.
char
text
☑️
the character to prepend. If this value has more than 1 character, then the
first character is taken.
Last updated
Was this helpful?