Firstly from a database I get £23,26 then I wish to give a 20% dicount but I want to keep the final sum free of last penny ie: ##,#0.
I a trying to round up or down ie: 23.26 to 23.30
or down ie: 23.24 to 23.20
I have tried to to divide by five untill no decimal is encountered, also interigating dblvar = format(##.##) with little sucsess
am I supposed to interigate individual digits if so how?
Apreciate any help.
abselect
I a trying to round up or down ie: 23.26 to 23.30
or down ie: 23.24 to 23.20
I have tried to to divide by five untill no decimal is encountered, also interigating dblvar = format(##.##) with little sucsess
am I supposed to interigate individual digits if so how?
Apreciate any help.
abselect