FutureProg functions

padleft

Text · computer function, computer program, standard futureprog

Text padleft(Text text, Number width)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text padded on the left 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