isValidZip ( zip )
used to determine if entered zip is a valid 5 or 9 digit zip code
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 |
isValidZip( "00501" )
isValidZip( "00500" )
isValidZip( "1234-56789" )
isValidZip( "oo5o1-2o45" )
isValidZip( "A1234-5678" )
5 //(true)
0 //(false)
0 //(false)
0 //(false)
0 //(false)
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function is used to determine if the entered zip code is a valid 5 or 9 digit zip code
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.