Does anyone know of a way to convert in a string "10 is a number" to "ten is a number"
Thanks !!
Printable View
Does anyone know of a way to convert in a string "10 is a number" to "ten is a number"
Thanks !!
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