If you have a mergefield called amount containing (say) 2000 you can use
{ MERGEFIELD amount \*cardtext }
to produce
"two thousand"
If amount actually contains "2000$","$2000", "$2,000.00" etc. the result
should be the same, i.e. you need to add the text "dollars" yourself.
For larger numbers cardtext produces what I believe is the American English
version of the number, e.g.
1234 is "one thousand two hundred thirty-four"whereas e.g. in British
English it would typically be "one thousand two hundred and thirty-four"
For really large numbers you might have to do a bit more.
Another switch, \*dollartext, turns 1234.56 into "one thousand two hundred
thirty-four and 56/100"
Peter Jamieson
> Hi
>
[quoted text clipped - 6 lines]
>
> Kindly help me in providing the answer .