SQLSelect Question

Charles Yeomans yeomans at desuetude.com
Fri Feb 3 11:44:43 CST 2006


On Feb 3, 2006, at 11:22 AM, Chuck Pelto wrote:

>
> On Feb 3, 2006, at 9:07 AM, Charles Yeomans wrote:
>
>> REALbasic plays quite well with arrays; perhaps you do not.
>
>
> Perhaps. However, reading over the language reference, I notice they 
> do not sort arrays that are more than one-dimensional, whereas V4RB2 
> does. Hence my understanding about RB and arrays.

V4Rb cannot sort multidimensional arrays. What it can do is to sort a 
set of records.

>
> Oh. Yes. And then there is that clever chap who came up with a class 
> object one can add to RB that will allow one to do all kinds of 
> interesting and effective things with arrays that RB seems to not do.

Perhaps you mean the ArrayUtils module?  There is also SortLibrary, 
which provides sorting for arrays of objects.

--------------
Charles Yeomans



More information about the Valentina mailing list