Is there a reliable way to detect integer overflow in int64 variables with X++?
Example:
int64 n;
n = 0x7FFFFFFFFFFFFFFF;
n += 1;
info(int642str(n));
Reference:
How to detect double precision floating point overflow and underflow?
Is there a reliable way to detect integer overflow in int64 variables with X++?
Example:
int64 n;
n = 0x7FFFFFFFFFFFFFFF;
n += 1;
info(int642str(n));
Reference:
How to detect double precision floating point overflow and underflow?