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
--- 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 ) )
= _ _
_- _ = _
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]