Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorting Arrays
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00476674
Message ID:
00476685
Vues:
23
>We have some items in an array:
>
>Example:
>
>C, a, B, d, z
>
>When we asort() it we get
>C, B, a, d, z
>
>We would like to get:
>a, B, C, d, z
>
>
>Note: We cannot (do not want to) change the items to upper case
>
>Any suggestions ?
>
>Thanks for you time in advance!

You'd have to write your own sort routine and in it evaulate the items as either all upper or lower case. This doesn't mean you'd have to actually change the values.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform