Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving Through a Table
Message
 
À
30/04/2001 12:17:28
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00501602
Message ID:
00501612
Vues:
17
>Anyone know how to speed this up a bit?

Build your expression once.


>
lcfieldexpr=''
>FOR gnCount = 1 TO FCOUNT( ) && Loop for number of fields about 40 fields
lcfieldexpr=lcfieldexpr+FIELD(gnCount))
>NEXT

>myvar=""
>scan
> myvar=myvar+eval(lcfieldexpr)
>endscan
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform