Number formatting as words (ex., for a check amount)
-
I would like to be able to use a letter template to print checks to pay my foreign associates and draftsman. I need to print the check amount in two places on each check: once numerically (ex. $1,234.56) and a second time in words ("One Thousand Two Hundred Thirty-Four and 00/100"). The numeric part is easy.
Please consider adding number formatting in words, for example something like:
{Task.ExpensesCap(ToWords)}
which follows the text formatting model (ToUpper, ToLower, etc.)
There seem to be may number-to-word converters available on the Internet. (Search for "check amount in words") Therefore, finding open-source code to do the conversion should be relatively easy.
Would anyone else find this useful?
Thanks.