06-13-2009, 10:03 PM
I have a question i can't seem to figure out
Is it possible to change a str that consists of numbers to the words that represent those numbers?
Like this
str a = "10,500"
CHANGE IT
a = "10 Thousand 5 Hundred"
or something close to that
Thanks all help is appreciated
Is it possible to change a str that consists of numbers to the words that represent those numbers?
Like this
str a = "10,500"
CHANGE IT
a = "10 Thousand 5 Hundred"
or something close to that
Thanks all help is appreciated