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

convert a number to words

  • November 13, 2006
  • 1 reply
  • 731 views
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?
This topic has been closed for replies.

1 reply

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?