M
MartyO
In my code
rec!POTotalOrder = intPOTotalOrder
where intPOTotalOrder = 12.95 it ends up that
rec!POTotalOrder =13
How do I get it to NOT round?
I've tried changing the variable to Double, vs Integer vs Long etc...
nothing works
Thanks in advance!!
Marty
rec!POTotalOrder = intPOTotalOrder
where intPOTotalOrder = 12.95 it ends up that
rec!POTotalOrder =13
How do I get it to NOT round?
I've tried changing the variable to Double, vs Integer vs Long etc...
nothing works
Thanks in advance!!
Marty