Hi Friends
I have value in string like this
data val(30) type c value '10000'
and need this to be converted like this 10,000. How can i achieve this.
Thanks