DialByWord ( phoneNumberString )
Formats a numeric string to match a template supplied as a parameter (i.e. Phone, Social Security, Federal ID formats)
Average rating: 4.5 (31 votes) Log in to vote
Geoffrey Gerhard - Show more from this author
Creative Solutions Incorporated https://creativesltns.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function converts uppercase letters into numbers, while ignoring lower-case letters. It is an adjunct to the Mask CF. This...
DialByWord ( "1800CALL ATT" )
...would return this...
18002255288
Function Usage:
This function is NOT recursive.
This function can be used in an Auto-enter (Replace existing values) text field in combination with the Mask CF to produce consistently formatted phone numbers with little user attention to the consistency of his/her input.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.