Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faster way to search for a word
Message
De
10/06/2008 13:00:57
 
 
À
10/06/2008 12:56:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01322854
Message ID:
01322858
Vues:
12
>what's the fastest way to search for a word?
>
>I use:
>
>SET FILTER TO AT(UPPER('HARDDISK'),UPPER(stockname))=1
>BROWSE
>
>but I think it's too slow
>
>thanks for the help
>
>Jerry

You can simplify your code, but it won't run any faster
Browse for 'HARDDISK'$upper(stockname)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform