Skip to content
Brain edited this page May 10, 2023 · 1 revision

RJUST$

RJUST$(string-expression, integer-expression, string-expression)

Right-justify a string, prepending the third parameter repeatedly to the start of the first parameter until its length is at least equal to the integer-expression

Clone this wiki locally