I just want to know if there is any easy and convenient way of splitting integers up so they are easier to read when printet or textet out (like if you print numbers in the millions).
What I want is to split, let's say, i million like this:
1000000
into a million like this:
1.000.000
Any suggestions?
1