Skip to main content
Rodrigo Alarcon
Known Participant
November 13, 2006
Question

convert a number to words

I have an invoicing software developed in colfusion, how can i convert a number to words?

For example, you can change 76895 into the following text: seventy-six thousand eight hundred ninety-five.

Ne1 have some custom tag or cfm code i can use for this?
Ce sujet a été fermé aux réponses.

1 commentaire

Rodrigo Alarcon
Known Participant
November 13, 2006
I had found this ( http://www.cflib.org/udf.cfm?ID=40) (numberAsString) and works like a charm, but the bad thing is that my invoice software must run in spanish, and in spanish we say the numbers in a very diferent way as english.

Any spanish "translation" for this?