Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace at many tables
Message
 
À
10/02/2005 17:01:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00985784
Message ID:
00985806
Vues:
27
Try This:
>
FOR numberofmonth = 1 to 12
     myvar = "month"+ALLTRIM(STR(numberofmonth))+"2004"
     USE (myvar)
     LOCATE FOR no =1231
     IF NOT EOF()
        replace nam2 WITH "something2"
        replace nam3 WITH "something3"
        replace nam4 WITH "something4"
     ENDIF
NEXT
>
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform