Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Number Display

Former Member
0 Kudos

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

2 REPLIES 2

rainer_hbenthal
Active Contributor
0 Kudos
data:
  amount type p decimals 2,
  c_amount(10).

write amount to c_amount.
write: / c_amount.

Former Member
0 Kudos

Hi Mani,

There are already lots of open thread for same requirement. just search forum.

Regards,

Atish