Divide by zero (was Re: Divide Overflow)

Kenneth Brody kenbrody at spamcop.net
Wed Jan 11 07:46:06 PST 2017


On 1/11/2017 9:52 AM, Rami Mantoura via Filepro-list wrote:
> Is there a way of checking for a divide overflow in processing (/DO)?

It's "divide by zero", not "divide overflow".

The best way would be to prevent it in the first place, by checking the 
value you're dividing by, to make sure it's not zero.

But, after the fact, you could try contains "/" (this would also find "/OV" 
overflows), or contains "/d0".

-- 
Kenneth Brody


More information about the Filepro-list mailing list