02.04.2016, 11:06
So, we have this
To make "0.23232" to be shown as "0.23". So is there a way to do the same for integers? For example if i have 10 it will show "0010" and if the number is 120 for it to show "0120"?
Код:
format(srt,16,"%.2f",f);