Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to Array (Only if it feels like it?)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00092298
Message ID:
00092452
Vues:
25
>>Michelle,
>>
>>Why not
>>
>>SELECT FieldName INTO ARRAY...ORDER BY...
>
>
>I didn't know you could do that. That's cool...
>
>Thanks,

I happen to like using arrays for lists myself. They allow me to abstract the data source, and I feel that the combos and lists are more portable than if they were linked directly to a table. I've got a searchable list class that's very fast (faster than ASCAN()) and doesn't use an index, but rather searches the list itself. Of course, the list has to be ordered, but that isn't really a big deal.
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