Table of Contents

Rjust (Function)

Format

rjust ( string_expression, length_expression)
rjust ( string_expression, length_expression, fill_character)

returns string_expression

Description

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

See Also

2016/01/01 22:42

History

2.0.0New To Version