rjust ( string_expression, length_expression)
rjust ( string_expression, length_expression, fill_character)
returns string_expression
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.
2.0.0 | New To Version |