ParseHundreds ( Amount )
Sub-function used by ParseCurrency() and ParseDollars()
Average rating: 4.4 (29 votes) Log in to vote
Andrew Persons Excelisys http://www.excelisys.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Updated 4/24/2006: Fixed various bugs.
This function is the heart of the ParseCurrency() function. ParseCurrency breaks up the currency into hundreds sections (digits between commas) and passes them to this function, which returns the text equivalent. ParseCurrency() then appends the proper description (thousands, millions, billions, etc) and continues breaking down the currency recursively.
When implementing, this function should be created first, then ParseDollars(), then ParseCurrency().
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.