-
Point slider form comma’s to dots?
Hello Creative cows,
I have a question regarding my timer: it works perfectly fine but I want it to have a decimal points where the comma’s are. I’m still figuring everything out with point control.
Online I always see it the other way around: from points to comma’s.
Does anyone know how to add code to it changes it?
s = “” + Math.round(effect(“Point Control”)(“Point”)[0]);
s.replace(/\B(?=(\d{3})+(?!\d))/g, “,”);