Re: Logic rewrite help...

2002-02-22 Thread Jenda Krynicky
From: Frank Newland <[EMAIL PROTECTED]> > I want to use only 'and' statements. How can I get rid of this OR ?? > My Boolean algebra is not functional at the moment... > > where ((A) or (not B ) ) Anything you wish ... not( not(A) and B) #!perl sub good { my

Re: Logic rewrite help...

2002-02-22 Thread Jonathan E. Paton
--- Frank Newland <[EMAIL PROTECTED]> wrote: > Quick help pls.. > > I want to use only 'and' statements. How can I get rid > of this OR ?? My Boolean algebra is not functional at > the moment... > > where ((A) or (not B ) ) = _ _ _- _ = _

Logic rewrite help...

2002-02-22 Thread Frank Newland
Quick help pls.. I want to use only 'and' statements. How can I get rid of this OR ?? My Boolean algebra is not functional at the moment... where ((A) or (not B ) ) TIA.. Frank -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]