[Framers] Conditional Expression build crashing FrameMaker with Internal Errors

Robert Lauriston robert at lauriston.com
Tue May 10 12:35:46 PDT 2016


("A" or "External" or ("A" and "External")) could be simplified to

("A" or "External")

not (("A" and "Internal") or "B" or ("B" and "External") or "TBP or
"WriterNote")

could be simplified to

not ("A" and "Internal") or "B"  or "TBP or "WriterNote")

But it's not clear why you can't just use

not ("Internal" or "B"  or "TBP or "WriterNote")


More information about the Framers mailing list