Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String to Array
Message
From
31/01/2001 14:36:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00470612
Message ID:
00470855
Views:
41
>>>=alines(arrayname, strtran(string, ",", chr(13)))
>>
>>Very simple and very goog!!!
>
>Luis,
>
>Read the whole thread. This approach doesn't work with multiple delimiters. For this particular case it's good and fast.

Sure it does. You just use nested STRTRAN()'s. And, in VFP 7, ALINES() has a new parameter to specify additional delimiters, so you won't even need STRTRAN().

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform