hello.<br><br>result := (self recipients) where: [:each | each id &gt; 0] distinct: false sortedBy: #lastName descending: false.<br><br>this &quot;where:distinct:sortedBy:descending:&quot; creates some .hdx files everytime I&#39;m calling it. 4067301lastName-keys.1.hdx for example.<br>
So after more calls I have a lot of these files. Is it ok? :S<br>All of them are 100byte long.<br><br>thanks