commaNumber()
Turns a number into a string in its fullest form with commas separating the integral part at the thousands mark, millions mark, billions mark, etc.
This function is valid in v2.8.0 to v2.24.3. This function has been downloaded 89 times.num
with commas separating the hundreds from thousands, the thousands from the millions, etc. If num
is not a finite number undefined
will be returned.This function directly requires the following function which is included automatically:
fullNumber()