powered by
Adds comma's to separate thousands in numbers
sep_thousands(n)
A string with the number and thousands separated by comma's.
a real number
sep_thousands(13243.33) #13,243.33
Run the code above in your browser using DataLab