/
padRight

padRight



Function: padRight()

Right pad a string to the given length with spaces (or character if provided).

Syntax

padRight(string, length, [character])

ArgumentTypeDescription
stringStringThe string to be padded.
lengthIntegerThe length the string needs to be, including padded characters.
characterStringPadding character to be used.

Examples

padRight(toString(in.Site),2,'0')

if in.Site = 1, padRight() returns '10'.

See Also

Related content

padRight
padRight
More like this
padRight
padRight
More like this
padRight
padRight
More like this
padRight
padRight
More like this
padRight
More like this
padLeft
padLeft
More like this