-
Few months ago a read a function to convert number to word. Attached to that function was a very short way to do it. EveryThing is ok, but the problem is that I need that function to convert Number to Word but in SPANISH. The Reason? Spanish number a very different and the function is quit different to. Of course i need the short one because i have my own one but is very large and i have done everthing to get it shorter
-
You would have to change your function to check the language you want to convert to. I'm sorry, I don't know spanish, so I can't write the code snippet for you. But if you look at the function, you can add one more parameter to specify the language you want to convert to, and then based on that, you would convert to the appropriate one.
------------------
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
-
No, Serge, the problem is not just the language. The syntax is different.
Luis: yo tengo un código en Quick Basic, si lo encuentro te lo envío por e-mail o lo pongo en el foro.
Good Luck!
-
Hi Luis.
Check this site:
http://www.Planet-source-code.com
I once saw what you are looking for.
Just search for Numbers To words
Good Luck.