jerry gay wrote:
On Tue, Aug 26, 2008 at 9:16 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
jerry gay schrieb:
On Tue, Aug 26, 2008 at 2:34 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
I'll go now for something like
#IF(key1|key2&(key3&!key4))
To make sure, that means basically the same thing as
On Tue, Aug 26, 2008 at 9:16 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
> jerry gay schrieb:
>>
>> On Tue, Aug 26, 2008 at 2:34 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
>>>
>>> I'll go now for something like
>>>
>>> #IF(key1|key2&(key3&!key4))
>>> #IFNOT(key1|key2&(key3&!key4))
>
> I went for #UN
jerry gay schrieb:
On Tue, Aug 26, 2008 at 2:34 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
I'll go now for something like
#IF(key1|key2&(key3&!key4))
#IFNOT(key1|key2&(key3&!key4))
I went for #UNLESS(expr): here.
Also #ELSIF(expr):
And probably a shortcut for the negative else clause, like