Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pickup words from a phrase
Message
 
À
20/07/2008 08:44:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01332487
Message ID:
01332620
Vues:
7
Thank you

Now I can find the first word and I am trying to remove it from the phrase

lcFirstWord = StrExtract(rgA, "", " ") && returns the first word from the phrase

= MESSAGEBOX (lcFirsWord) && that's ok till here

NewA = STRTRAN(lcFirstWord,rgA, "") && here I try to remove the first word

= MESSAGEBOX(NewA)

But it returns the first word instead of the phrase - first word

What can be wrong ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform