Has anybody ever seen a situation where a couple of patterns such as<br><br>   Fact( field &gt;= 10 )<br>   not Fact( field &gt; 20 )<br><br>was appropriate? This does not match Facts where field isn&#39;t between 10 and 20, and so it would seem to be the same as<br>

<br>   Fact( field &gt;= 10 &amp;&amp; &lt;= 20 )<br><br>but actually it doesn&#39;t match any such Fact whenever any <i>other</i> Fact with field &gt; 20 is around.<br><br>Cheers<br>Wolfgang<br>