Hi Bruce, Yes, but this will not also print in words any figure after
the decimal. i.e. Amount = 1.25, with wordmum(Amount), the output is
One. i want it to print One and Twenty Five as it should.with
wordnum(amount, argument), i get "dollars" and "cents" in the output.
can i get the output without "dollars" and "cents" as part of the
output.thanks in advance.