2007 Oct 17 8:35 AM
hi gurus,
i give some decimal numbers in input
ex..12345678.89
i need this output
123,456,78.89
how to got this output....
thanks,
Mani JJ
Hi Mani,
There are already lots of open thread for same requirement. just search forum.
Regards,
Atish
2007 Oct 17 8:36 AM
data:
amount type p decimals 2,
c_amount(10).
write amount to c_amount.
write: / c_amount.
2007 Oct 17 8:36 AM
Hi Mani,
There are already lots of open thread for same requirement. just search forum.
Regards,
Atish
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |