Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create an Array from a String
Message
 
To
06/08/2002 13:05:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00686625
Message ID:
00686629
Views:
29
>How can I create an array of Steve,Lynn,Dyke?

How about something like this:
cTextWithCommas = "Steve,Lynn,Dyke"
cTextWithLines = strtran( cTextWithCommas, ",", chr(13)+chr(10) )
alines( MyArray, cTextWithLines )
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform