User Tools

Site Tools


en:ljust

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:ljust [2020/04/11 11:49]
admin created
en:ljust [2020/04/11 12:03] (current)
admin
Line 1: Line 1:
 ===== Ljust (Function) ===== ===== Ljust (Function) =====
 ==== Format ==== ==== Format ====
-ljust ( [expressions|expression]] , [[numericexpressions|numeric_expression]] )+**ljust** ( [[stringexpressions|string_expression]], [[integerexpressions|length_expression]])\\ 
 +**ljust** ( [[stringexpressions|string_expression]], [[integerexpressions|length_expression]], [[stringexpressions|fill_character]]) 
  
 returns [[stringexpressions|string_expression]] returns [[stringexpressions|string_expression]]
  
 ==== Description ==== ==== Description ====
-Return the base //e// lograthim of [[numericexpressions|numeric_expression]].+Return a left justified string of at least [[integerexpressions|length_expression]] with [[stringexpressions|fill_character]] appended to the right.  If the [[stringexpressions|fill_character]] is omitted a space will be used.
  
 ==== See Also ==== ==== See Also ====
-{{page>en:start#Mathematics&noheader}}+{{page>en:start#String Handling&noheader}} 
 ==== History ====  ==== History ==== 
 |2.0.0|New To Version| |2.0.0|New To Version|
  
en/ljust.1586627379.txt.gz · Last modified: 2020/04/11 11:49 by admin