Re: 57548-CONDITIONED_LINE_enh

2008-08-26 Thread Allison Randal
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

Re: 57548-CONDITIONED_LINE_enh

2008-08-26 Thread jerry gay
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

57548-CONDITIONED_LINE_enh

2008-08-26 Thread Reini Urban
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