Question
Dynamically convert a 4-digit or more number to include comma seperations
I know there's a way to do this but I can't seem to figure it
out. How can I make sure when I'm representing a numeric object
that it includes the comma after three digits? So that '1000' reads
'1,000'?
