Re: [BUGS] (none)

2003-12-30 Thread Bruno Wolff III
On Tue, Dec 30, 2003 at 19:32:03 +0530, Sh A Guru Prasad <[EMAIL PROTECTED]> wrote: > > Hi, How to convert number format (with decimal) into > integer only ex:to conver 100.00 to 100. Depending on what kind of rounding you want, you can just cast to an integer. You could also use ceil, floor o

[BUGS] (none)

2003-12-30 Thread Sh A Guru Prasad
Hi, How to convert number format (with decimal) into integer only ex:to conver 100.00 to 100. One more Do we have any code to convert number to words ex: 1234 to one thousand two hundredn and thirty four. (I want to use for indian currency only, i will use crores instead of billions) Thank you