Aldur Beginner
Joined: 16 Sep 2003 Posts: 16 Location: Sweden
|
Posted: Thu Apr 01, 2004 8:30 pm
Split large numbers. |
The mud I play uses very large numbers for experience and gold etc.
Needed experience for companion: 58,994,882
for example.
To remove the "," is easy, just %replace("%1",",")
but is there a way to after processing the number with various mathematical functions split it up again so it for example shows 2,957,646 instead of 2957646? |
|