Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array Sort Challenge...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00218459
Message ID:
00219134
Vues:
24
absolute minimum. So simply put, creating an additional column, filling it with with the necessary values, and calling ASORT() is always going to be more efficient, than writing a sort routine yourself. Note that I haven't even addressed the issue of swapping the array elements, which will add additional overhead.
>
>If you want one more reason to go with ASORT() consider that you're calling a native function against your tokenized pcode.
>
>Regards,

Yep... did it that way... readin the asort docs, it seems to say that it will do what I needed, but it didn't. Of course, if I did create a UDF I would use asort to do all the real work.

Thanks,
BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform