Author: AnKe
Skopelos Island, Greece, November 1, 2007
Based on the Daniele Raybaudi's Function Format Write ( char ; times ) found on this site. Thanks
Parameters
Num - an integer number
char - any character, usually zero
Digits - number of digits the number must have
Data type returned - text
Description
Add Leading zeros (or other Char) to a number so that its length equals Digits.
LeadingZeros ( "0" ; 10 ; 123 ) returns: 0000000123
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Charts and graphs in your FileMaker 5/6/7/8 solution without a plug-in. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here