Answered
Getting Commas In Numbers
Hi Everyone --
Having some trouble figuring out how to format a number so that commas appear after every third digit... you know, so basically, if I'm displaying a large number like 72,000,000, I don't want it to show up as "72000000". Right now the way this is set up, that's what happens, and I'd like to change that, but I'm somewhat of a beginner and have no idea how to go about it.
(By design, this is a counter that figures out how many seconds into the current year we are in, multiplies that number by 3, and then increments by 3 every second.)
I'll attach my code below. Any help would be greatly appreciated!
Having some trouble figuring out how to format a number so that commas appear after every third digit... you know, so basically, if I'm displaying a large number like 72,000,000, I don't want it to show up as "72000000". Right now the way this is set up, that's what happens, and I'd like to change that, but I'm somewhat of a beginner and have no idea how to go about it.
(By design, this is a counter that figures out how many seconds into the current year we are in, multiplies that number by 3, and then increments by 3 every second.)
I'll attach my code below. Any help would be greatly appreciated!
