Forum Moderators: coopster
I'm having a little trouble with a few strings. Some of the values are numbers like 78452, 2344, etc.
The trouble is with these numbers it can be hard for some people to read. For example, 4521452662. So I'd like to split the strings into 1000's. For example:
78452 = 78,452
2344 = 2,344
4521452662 = 4,521,452,662
Can anyone show me how to do this?
Thanks in advance.