Posted 20 July 2016 - 04:24 PM
I want to format a string:
string.format('%.2f', 1.2525)
– > returns 1.2525 instead of 1.25 expected
What am I doing wrong?
string.format('%.2f', 1.2525)
– > returns 1.2525 instead of 1.25 expected
What am I doing wrong?