Hi,
Friday, September 13, 2002, 12:37:41 AM, you wrote:
rhc> Hi..
rhc> anyone know any function to convert numeric values to word..
rhc> something like this:
1252 -->> one thousand two hundred and fifty two
rhc> Thanks...
Here it is without the typo :)
class num_to_text {
var $mode;
Hi,
Friday, September 13, 2002, 12:37:41 AM, you wrote:
rhc> Hi..
rhc> anyone know any function to convert numeric values to word..
rhc> something like this:
1252 -->> one thousand two hundred and fifty two
rhc> Thanks...
Here is a class that will get you started :)
class num_to_text {
2 matches
Mail list logo