Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reverse SCAN...ENDSCAN
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01152785
Message ID:
01152793
Vues:
22
>I want to scan a table from bottom to top. Currently, I am using a while loop for that. Is there any faster way like scan?

Assuming that you want to scan in the reverse of the physical order
INDEX ON RECNO() DESCENDING  TAG rn OF Temp
SCAN 
...
ENDSCAN
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform