I would have thought just using floor would mean no decimal places are shown. But I'm using some fairly large numbers and they flicker in every so often.
Develop games in your browser. Powerful, performant & highly capable.
You mean you want to round to the nearest thousand/million etc? I.e. show "123000" instead of "123456"?
Set text to round(N/1000)*1000