Works great, BUT, I need to add another comma because of how great/long the number is, is there anyway you could help? Thanks!
startValue = 0;
endValue = 120000000;
dur = 4; //seconds
s = “” + Math.round(linear(time,0,dur,startValue,endValue));
s.substr(0,s.length-3) + “,” + s.substr(-3,3)