ParseDollars ( Amount )
Sub-function used by ParseCurrency()
Average rating: 4.3 (31 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.
ParseDollars() is a sub-function used by ParseCurrency(). It also makes use of ParseHundreds() [also listed on this site], which should be entered first.
It takes a currency input of only dollars (not cents) and returns the text equivalent. It is a recursive function.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.