Charles, I don't think dec2 will work.
I started using the //division operator naively expecting that the remainder result would be the same as we get on our decimal calculators. Wrong, //division yields the modulus remainder. This is what we got when we were learning long division back in the 4th grade. It is not the same as decimal remainder.
The DIG fix described above works fine. There may be other approaches.
Bookmarks