Hi guys, i've been trying to do something which i think might be pretty easy to solve but yet i'm strugling to do it...
Here we go, i have a number for example:
1500700
Thing is i wanted to make something in order to separate that with dots to output something like:
1.500.700 (like a normal number separation)
I was trying to work with string.gsub and string.sub together and alone but i coundnt think on something to solve that...
You guys are my last hope cuz i give up.
Thx in advance.
Here we go, i have a number for example:
1500700
Thing is i wanted to make something in order to separate that with dots to output something like:
1.500.700 (like a normal number separation)
I was trying to work with string.gsub and string.sub together and alone but i coundnt think on something to solve that...
You guys are my last hope cuz i give up.
Thx in advance.