Application Development and Automation 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: 
Read only

Number Display

Former Member
0 Likes
374

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
Read only

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

write amount to c_amount.
write: / c_amount.
Read only

Former Member
0 Likes
353

Hi Mani,

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

Regards,

Atish