Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending uses delimeters
Message
 
 
To
18/07/2002 13:37:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00680077
Message ID:
00680161
Views:
17
>The issue I have is regarding a single string delimeted by commas. I have a table with a single field in it that I want to drop the information into. Is there a way to drop the infomation into this field each time the delimeter is found. I had the append function working using (delimeter with) but it drops information into the fields per record per line. I need to drop into the same field each time on the next record.

You can use FILETOSTR(), ALINES() and than APPEND FROM ARRAY.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform