On Fri, Aug 1, 2014 at 11:31 AM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:Y asked for the same thing a few days ago in http://forum.world.st/Multiple-sorting-helper-td4770613.htmlSomething like:sorter := MultipleSortCriteria new
add: #lastName;
add: [:each | each personalInfo age ] ascending: false.
aCollection asSortedCollection: sorter.Exactly!!!And... what is most important for me, is that to the MultipleSortCriteria I would like to ask #sortBlock :)Thanks Esteban for better explaining what I was looking for ;)