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

LJUST$

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

Left-justify a string, appending the third parameter repeatedly to the end of the first parameter until its length is at least equal to the integer-expression

Clone this wiki locally