#How to make the numbers in the 'Best Run' label whole numbers?

3 messages · Page 1 of 1 (latest)

slow grotto
#

Decimal numbers are unpleasant to look at — how can I remove the decimal part so it shows, for example, 64.76 as just 64?

zinc maple
#

{int(bestRun)}

#

or {prec(bestRun, 0)}