PhoneMaskAU ( number )
Mask Australian phone numbers
Average rating: 4.5 (31 votes) Log in to vote
Bob Stuart Crouch Think Data http://thinkdata.com.au |
0413350993
1800555555
131336
0413 350 993
1800 555 555
13 13 36
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The heavy lifting was done by Timothy Brown of Antidote Solutions in his CF PhoneMask. I chose to adapt his good work and tried to make it applicable to all the kinds of phone numbers encountered in Australia. Here, you'll find fixed line numbers "(##) #### ####", cellular phones "#### ### ###", 1800 and 1300 numbers "1800 ### ###" and 6-digit numbers which look like 13 ## ##. PhoneMaskAU accounts for all of them, but if you can think of ways to make it more elegant, I'm all ears.
I have made no attempt to incorporate Area Code into this Custom Function. Instead, I use a user-entered global Default Area Code in my databases, set to auto enter (do not replace existing values, if any) which auto-fills another field called AreaCode, if (Number) is 8-digits. The Auto Enter calc looks like this:
NOTE: THIS CORRECTS THE EARLIER VERSION WHICH CONTAINED "SPACE" CHARACTERS WITHIN THE FILTER FUNCTION. HERE, THE SPACES ARE REMOVED. APOLOGIES.
If ( Length ( Filter ( Phone; "0123456789" ) ) = 8 ; gDefaultAC ; "" )
Because it is set NOT to "replace existing values, if any", the user can type another Area Code which won't be changed automatically to the Default Area Code if the phone number is altered.
Comments
Doug Wesson, Sydney Australia Feb 15, 2009 |
||
Hi Bob Nice one however it needs to be extended. Would be nice to format phone numbers to take advantage of international number eg 612 9334 5600 or just local eg 02 9334 5600 |
||
ron, usa May 17, 2013 |
||
I keep getting the error that there is an improper ')' . I can't see it. I copied and pasted everything. Why? | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.