Table of Contents

Ljust (Function)

Format

ljust ( string_expression, length_expression)
ljust ( string_expression, length_expression, fill_character)

returns string_expression

Description

Return a left justified string of at least length_expression with fill_character appended to the right. If the fill_character is omitted a space will be used.

See Also

2016/01/01 22:42

History

2.0.0New To Version