Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00312401
Message ID:
00312414
Views:
36
>The only way I can think of to accomplish this, without writing the parsing code myself, is to write the string to a text file then use the APPEND FROM command to read it back in. There must be an easy way that won't produce needless drive writes.
>
>Thanks

Troy,

If you are using VFP 6 SP3 or later you have the STRTOFILE() function, if you don't want to parse the string yourself then you have no choice but ot use a file somehow. Parsing the string yourself will probably become the fastest way to do this.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform