Results 1 to 4 of 4

Thread: Number TO Word

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Santo Domingo,D.N., Dom. Rep.
    Posts
    707

    Post

    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

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    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

  3. #3
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Post

    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!

  4. #4
    Addicted Member
    Join Date
    Jul 1999
    Location
    Portland, OR.
    Posts
    226

    Post

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width