Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Decomposing a field separated by comma
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01524156
Message ID:
01524168
Views:
95
This message has been marked as a message which has helped to the initial question of the thread.
lcStr = "DISK1, PT2, KL9"
ALINES(laList, lcStr, ",")
>
>How can I get a field as:
>
>DISK1, PT2, KL9...
>
>And decompose it in separate variable, for inserting its values, say, in new records of another table,
>as below:
>
>
>DISK1
>PT2
>KL9...
>
>
>Moises
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform