Function: rpad

Syntax

rpad (<string>,<char> {,<num>} )

Type

string

Returns

A string value suffixed with a number of occurrences of a character.

Parameters

Examples

Pad out to the right with periods a string to a new length of 10.

string newval = rpad(oldval,'.',10)

See Also

Functions:

lpad (numeric)