Loading...
Logo
Processing Forum

Splitting integers

in General Discussion  •  Other  •  1 year ago  
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? 

Replies(1)

Check the collection of functions to format numbers:
nf()
nfc()
nfp()
nfs()