AscAlphaNum ( str )
returns an alphanumeric character's ASCII code value
Average rating: 4.2 (38 votes) Log in to vote
Tim Oehlke Ecolab, Inc. http://www.ecolab.com |
AscAlphaNum("A")
AscAlphaNum(9)
65
57
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
converts any alphanumeric characters to it's ASCII code value
very useful for data validation
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.