ValueMask ( value ; template ; placeholder )
convert a value into a masked value ( by template )
Average rating: 4.6 (27 votes) Log in to vote
Michael Bijnens freelance developer / |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This custom function converts a input value into a masked value by given template.
It can be used for formatting phone numbers or variable numbering.
ATTENTION : Yet it doesn't check if the length of the input value is equal to the
length of the template! Use a Case / IF function to check.
Comments
Bart Bartholomay, South Florida Feb 25, 2014 |
||
Should this string near the bottom of the CF "cf_mb_ValueMask" actually be "ValueMask"? | ||
Michael, Belgium Feb 25, 2014 |
||
@ Bart Bartholomay: U where right! I already changed it. Thanks.. |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.