Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing Strings
Message
From
06/07/2000 17:25:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00389092
Message ID:
00389158
Views:
17
>Is there a SPLIT function like VB has to parse a string by a delimiter passed to the function and return an array? I can certainly write my own but it seems there should be one already avaliable just can't put my finger on it.

Simply you can do:

ALines(laArray, strtran(lcString, lcDelemiter, chr(13)))

The only thing you have to worry is if lcString already contains carraige returns and line feeds.
Previous
Reply
Map
View

Click here to load this message in the networking platform