Confirmed. You cannot hinc past 2147483647 (0x7FFFFFFF)

I assume $calc uses maths routines that allow for higher precision.

As you found, hadd table entry $calc(%val + %inc) will work correctly...at least up to the limits of $calc's precision! I guess this is because it's hadd'ing a string of digits, rather than performing calculation internally.

Last edited by Sais; 26/09/07 10:34 AM.

Sais