ParseCurrency ( Amount ; Decimal )
Turns numerical currency into the text equivalent
Average rating: 4.4 (33 votes) Log in to vote
Andrew Persons Excelisys http://www.excelisys.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Updated 7/3/2006: Fixed various bugs.
ParseCurrency() takes a numerical currency and the decimal symbol used ("."; ","; etc.) and returns the long text equivalent. One application of this is for check printing.
It makes use of two other functions, ParseHundreds() and ParseDollars(). To implement this, you need to create the ParseHundreds() function first, then ParseDollars(), and finally create ParseCurrency().
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.