Click to See Complete Forum and Search --> : Convert numbers into words
I need to be able to convert dollar amounts in numbers, into words (similar to writing a check out). So if I typed in $1000 in one field I need to be able to write out "One Thousand dollars" in another field. Any help would be greatly appreciated.
TJ111
02-27-2008, 10:40 AM
Numbers where? Where are these numbers coming from, how are they created, and where do they need to go? You need to provide a little more detail so we can help you out.
I need to write a script that a user inputs a dollar amount (in numerical digits ie 1000) into an input box, and then after pressing a button it writes the amount in words (ie One Thousand) in an output box. The maximum number of place holders is 8 (ie 1,234.56). Currently I am trying to use if statements but I am not sure if this is the right approach.
TheRave
02-29-2008, 03:56 AM
What language?
Server/client side?
The more information the better. I could quite happily give you a solution using JSP but that probably won't be any use to you.
If you have code then post it. It makes our job trying to second-guess you much easier.
drhowarddrfine
02-29-2008, 08:00 AM
In any case, HTML can't do this so you are in the wrong forum.