Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
REPLACE in a SCAN..
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00694072
Message ID:
00694087
Vues:
14
Dear Jim

Thanks for replying I'm your student from Appdev, According to your lessons the following should work...


SELECT *,SPACE(8) as nafseq2 from znaf INTO TABLE datax\znaf2

seq=8950
SCAN
seq=seq+1
replace znaf2.nafseq2 WITH ALLTRIM(znaf2.nafseq) IN znaf2
replace znaf2.nafseq WITH STR(seq,8) IN znaf2
ENDSCAN
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform