Simple... and yet I can't figure it! :D
I have a number in a field like this...
5.425
I need to round this number up to 5.43, so i used this command...
boxVAT = round(boxvat, 2)
When I run the package it rounds it down to 5.42, which means all the balances are 1 penny out...
HELP.
Anyone any ideas? Don't say add a penny on either :p
Regards,
Paul.
