|
 |
asp_web_howto thread: 145 to one hundred and forty-five?
Message #1 by "Raymond Chin" <raymondchin@o...> on Mon, 18 Feb 2002 13:15:35
|
|
Hi,
Trying to change some numeric to word.
Is there any function to do so?
e.g. 145 to one hundred and forty-five?
Many thanks,
Message #2 by "Steffen Wogensen Jaques" <webmaster@w...> on Mon, 18 Feb 2002 14:23:00 +0100
|
|
No there isn't a function that does that, but I doubt writing your own would
be that hard
----- Original Message -----
From: "Raymond Chin" <raymondchin@o...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Monday, February 18, 2002 1:15 PM
Subject: [asp_web_howto] 145 to one hundred and forty-five?
> Hi,
>
> Trying to change some numeric to word.
> Is there any function to do so?
>
> e.g. 145 to one hundred and forty-five?
>
> Many thanks,
$subst('Email.Unsub').
Message #3 by danny.o'reilly@d... on Mon, 18 Feb 2002 15:03:00
|
|
Javascript at the following site does this:
http://javascript.internet.com/equivalents/write-out-number.html
Danny
> Hi,
>
> Trying to change some numeric to word.
> Is there any function to do so?
>
> e.g. 145 to one hundred and forty-five?
>
> Many thanks,
|
|
 |