Isn’t 5 the number at which a rounding is supposed to go up?
Look at the code below;
var amount as double = 10.125
var amountString as string = format (amount, “####.00”)
This results in amountString being “10.12” instead of “10.13”
5 posts - 3 participants