Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching parts of two Strings
Message
From
16/09/2002 17:33:18
 
 
To
16/09/2002 17:22:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00700976
Message ID:
00700993
Views:
12
>>STREXTRACT() would require special case handling for the first pair, wouldn't it? It has no way to select a partial string unless it begins with a delimiter - or am I missing something?
yourstring="123,456,abc"
STREXTRACT( yourstring, "", ",")
will extract "123", the first field
yourstring="123,456,abc"
STREXTRACT( yourstring, ",", "")
will extract "abc", the last field, in the above example
Scott Ramey
BDS Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform