User Tools

Site Tools


syntax:functions:padend

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:padend [2021/08/02 03:57] craigtsyntax:functions:padend [2021/08/14 22:21] (current) – [Examples] craigt
Line 26: Line 26:
 =====Examples===== =====Examples=====
  
-  padend('99', '0', 5) '99000' +  padend('99', '0', 5) //Returns '99000' 
-  padend('1000', '0', 3) '1000'  //Result length entered (3) is less than the length of '1000' (4)+ 
 +  padend('1000', '0', 3) //Returns '1000'  (Result length entered (3) is less than the length of '1000' (4))
  
 \\  \\ 
 ===== See also ===== ===== See also =====
   * [[syntax:functions:padstart|PadStart(text, pad_char, total_len)]]   * [[syntax:functions:padstart|PadStart(text, pad_char, total_len)]]
syntax/functions/padend.txt · Last modified: 2021/08/14 22:21 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki