FutureProg functions

padright

Text · computer function, computer program, standard futureprog

Text padright(Text text, Number width)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text padded on the right with spaces until it reaches the specified width.
text: The text value to pad
width: The minimum width of the returned text

← Back to FutureProg functions