Results 1 to 2 of 2

Thread: convert 10 to "ten"

  1. #1

    Thread Starter
    Hyperactive Member MPrestonf12's Avatar
    Join Date
    Jun 1999
    Location
    NY
    Posts
    330

    convert 10 to "ten"

    Does anyone know of a way to convert in a string "10 is a number" to "ten is a number"
    Thanks !!
    Matt

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    First of all you need to extract the number, then convert it, and then put the altered version back in its place.

    The conversion has been covered many times on this forum, here's a JavaScript example I found:

    http://www.vbforums.com/showthread.p...hreadid=250326

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