Hi,     I am new to the GreenSock forum and would greatly appreciate some insight and help. I have found some great posts with useful answers concerning 'Counters' however none with a separator. I apologise if I have missed one or if this post is in the wrong place.   I'm trying to add a comma to the below code to give the 'thousands' a decimal place eg 2,100.   var counter = { var: 0 }; var tal = document.getElementById("tal");       TweenMax.to(counter, 5, {       var: 2100,        on