|
-
Apr 14th, 2004, 08:25 AM
#1
Thread Starter
Hyperactive Member
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 
-
Apr 14th, 2004, 08:33 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|