Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get the nth element of a list
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00830591
Message ID:
00830598
Vues:
15
Caroline,

If you are using VFP 7+ then you could use the following.
? GetWordNum(lcSource, 1, ",")
If you want to find the number of elements in the source string then you can use the following.
lnTotal = GetWordCount(lcSource, ",")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform