Re-sorting FBL_ArraySet?

Arthur Clemens aclemens at xs4all.nl
Sun Nov 30 23:08:17 CST 2003


On 30-nov-03, at 23:00, Ruslan Zasukhin wrote:

> on 11/30/03 11:45 PM, Arthur Clemens at aclemens at xs4all.nl wrote:
>
> Hi Arthur,
>
>> Is it possible to sort an already sorted ArraySet with a different 
>> sort
>> order?
>
> Of course you can!
> This is just array of longs.
>

In the header file I only find a Sort() method, and no way to pass 
parameters such as ascending or sort field.

if I do (VDK_BaseObject)
FBL_ArraySet* Sort( FBL_Set* inSet, VDK_Field& inSortField, bool 
inAscending = true );
... I get a *new* ArraySet.

What other options do I have?


Arthur



More information about the Valentina mailing list