Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Records to cursor after Specific Word
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01653315
Message ID:
01653342
Vues:
48
Maybe there is somethimg better, but you could try this:
ct = "*test*1*test2*2"
? ALINES(aTest,ct,4,"*")
FOR i = 1 TO ALEN(aTest)
    ? "*" + aTest[i] + "*" + aTest[i+1]
    i = i +1
Next
Best regards

Thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform