[Framers] Are there limits on Conditional Expressions? If so, what are they?

Lin Sims ljsims.ml at gmail.com
Tue Apr 18 11:16:25 PDT 2017


Might be. <intrigued> I'll have to try that. I thought I had, but maybe
not. I'll experiment and get back to you.

On Tue, Apr 18, 2017 at 2:02 PM, Robert Lauriston <robert at lauriston.com>
wrote:

> On Tue, Apr 18, 2017 at 10:42 AM, Lin Sims <ljsims.ml at gmail.com> wrote:
> > ...This part of the expression is the same for both:
> >
> > not ( "DocIss" or "Internal" or "LP" or "LPvA" or "LPvB" or "LPvC" or
> "NoSeeEm"
> > or "SAS4" or "SAS4vA" or "SAS4vB" or "SAS4vC" or "TBP" or "WriterNote" )
> >
> > and it's telling Frame not to show anything that has at least one of
> those
> > tags attached.
>
> In the second version, it's telling Frame to show everything that does
> not have any of those tags. That has no effect on anything that
> follows it. The logic is:
>
> NOT ( "DocIss" or ... "WriterNote")
> OR
> (all the other stuff)
>
> Is what you want actually this?
>
> "LITEvA"
> AND ( ("LP" or ... "SAS4vC") AND NOT ("TBP" or "Internal") )
> AND NOT ("DocIss" or ... "WriterNote")
> _______________________________________________
>
> This message is from the Framers mailing list
>
> Send messages to framers at lists.frameusers.com
> Visit the list's homepage at  http://www.frameusers.com
> Archives located at http://www.mail-archive.com/
> framers%40lists.frameusers.com/
> Subscribe and unsubscribe at http://lists.frameusers.com/
> listinfo.cgi/framers-frameusers.com
> Send administrative questions to listadmin at frameusers.com
>



-- 
Lin Sims


More information about the Framers mailing list