lot of .hdx files

Chris Muller asqueaker at gmail.com
Mon Mar 17 04:01:18 UTC 2008


Look on the documentation page:

  http://wiki.squeak.org/squeak/5859

under the heading "Sorting" for your answer.


On Sat, Mar 15, 2008 at 8:32 AM, Oleg Korsak
<kamikaze.is.waiting.you at gmail.com> wrote:
> hello.
>
> result := (self recipients) where: [:each | each id > 0] distinct: false
> sortedBy: #lastName descending: false.
>
> this "where:distinct:sortedBy:descending:" creates some .hdx files everytime
> I'm calling it. 4067301lastName-keys.1.hdx for example.
>  So after more calls I have a lot of these files. Is it ok? :S
> All of them are 100byte long.
>
> thanks
> _______________________________________________
>  Magma mailing list
>  Magma at lists.squeakfoundation.org
>  http://lists.squeakfoundation.org/mailman/listinfo/magma
>
>


More information about the Magma mailing list