I have the following calculations -
lvAccountTaxes = lvAccountFunds * Request("AccountTaxes")
The problem is that i don't want any decimal places returned.
EX - lvAccountTaxes = 12589 * .17
I would like returned - 2140 NOT 2140.13
Is there a way to do that?
THANKS!
lvAccountTaxes = lvAccountFunds * Request("AccountTaxes")
The problem is that i don't want any decimal places returned.
EX - lvAccountTaxes = 12589 * .17
I would like returned - 2140 NOT 2140.13
Is there a way to do that?
THANKS!