<html><body>
<p><font size="2" face="sans-serif">Does anybody has experiance with the order-option while generating lists? I'm building two lists, combine them, and want to see a date-sorted result. </font><br>
<br>
<font size="2" face="sans-serif">- AND works:                         $result &nbsp;= $result1-&gt;intersect( $result2 , &quot;-date&quot; );</font><br>
<font size="2" face="sans-serif">- OR does not sort correctly:        $result &nbsp;= $result1-&gt;union( $result2 , &quot;-date&quot; );</font><br>
<font size="2" face="sans-serif">- NOT does not sort correctly: &nbsp;        $result &nbsp;= $result1-&gt;remainder( $result2 , &quot;-date&quot; );</font><br>
<br>
<font size="2" face="sans-serif">A reorder() is too slow for big lists.</font><br>
<br>
<font size="2" face="sans-serif">Any help is welcome</font><br>
<font size="2" face="sans-serif">&nbsp;Jens</font><br>
<br>
<br>
<font size="2" face="sans-serif">-- <br>
Jens Vieler<br>
Informatikdienste<br>
Universität Zürich<br>
Stampfenbachstrasse 73<br>
CH-8006 Zürich<br>
<br>
mail: &nbsp;jens.vieler@id.uzh.ch<br>
phone: +41 44 63 56777<br>
<a href="http://www.id.uzh.ch">http://www.id.uzh.ch</a></font><br>
</body></html>