Hello,
I'm likely overlooking something but I'm having a problem with a Decimal variable dropping a zero which is make the value incorrect.
After a bit math, on other variables, I'm ending up with .9 instead of .09
While debugging, if I display the results of the calcuation it's shows as .09
myResult = someValue / anotherValue * yetAnotherValue
I hope I'm making sense.
Thanks,
Tim