padr()

 
Returns a string length characters long, consisting of string padded on the right with as many instances of padcharacter as are needed to make up the full length.
Syntax
padr( string, length, character )
User Annotations: padr