hello Folks,
I would really appreciate if I could get some help on this.
I have an Integer lets say number = 12345
I want to get a string out which is 12,345
so basically puts a commas after every three digits... the number of digits in the number can vary
Thanks in Advance!