===== Rjust (Function) ===== ==== Format ==== **rjust** ( [[stringexpressions|string_expression]], [[integerexpressions|length_expression]])\\ **rjust** ( [[stringexpressions|string_expression]], [[integerexpressions|length_expression]], [[stringexpressions|fill_character]]) returns [[stringexpressions|string_expression]] ==== Description ==== Return a right justified string of at least [[integerexpressions|length_expression]] with [[stringexpressions|fill_character]] appended to the left. If the [[stringexpressions|fill_character]] is omitted a space will be used. ==== See Also ==== {{page>en:start#String Handling&noheader}} ==== History ==== |2.0.0|New To Version|