AbsolutePaddingZeroes ( number ; digits )
Pads a number to have static length of digits
Average rating: 4.2 (46 votes) Log in to vote
Gjermund Gusland Thorsen Gudthlandum Consulting http://www.gudthlandum.no |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Pads a number to have static length of digits, max 100 for this example.
Might also work with string...
Comments
Erich, Germany Jul 24, 2012 |
||
Why not: Right(10^digits+number;digits) |
||
Klaus, Köln Mar 9, 2016 |
||
Because this must not be a calculation. 0+1 = 1 "0"&1 = 01 |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.