Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pickup first characters in a string
Message
From
27/08/2002 05:50:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00692996
Message ID:
00693943
Views:
15
Nick,

You forget to give points! I think Sergey's solution was the most beautiful one, so give him 3 points please.

Personally, I immediately thought of the ALINES() function. Something like (not tested):
lc = ""hallo, hoe is het ermee?"   && dutch
lnWords = alines( laWord, lc, .t., " " )
lcLeftChars = ""
for ln = 1 to lnWords
   lcLeftChars = lcLeftChars + left( laWord[ ln ] )
next
? ">" + lcLeftChars + "<"
But Sergey's solution is even better.
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform