LeadingZeros ( value, numDigits )
Converts any number into a string and pads the number with leading zeros until the number of required digits is achieved.
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
LeadingZeros( 355, 8 )
00000355
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Converts any number into a string and pads the number with leading zeros until the number of required digits is achieved.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.