Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pickup words from a phrase
Message
 
 
To
20/07/2008 08:44:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01332487
Message ID:
01332620
Views:
6
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 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform