Participant
August 13, 2021
Question
Need help with commas in numbers
- August 13, 2021
- 4 replies
- 1201 views
I am a total novice but making a counter. It is counting from $10,000 up to $1,000,000. I have it counting just like I want, but I need to add commas to the number. What can I add to this code to make commas show up?
I have this code in the expression
"$"+effect("Slider Control")("Slider").value.toFixed(0)
Thank you!
