Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from with return character
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00712102
Message ID:
00712105
Views:
8
If file isn't to big you can use FILETOSTR() to read file into memory, convert a return character to some other charater that isn't present in the file and save it to disk with STRTOFILE(). After append you can convert that charater back to the return character if it's required.

>Hello,
> I am trying to import a comma delimited text file to a table. One of the text field contains a return character. If I use append from it treats as a different record, could someone tell me is there some command I can use so it will import the data properly without writing a long program??? thanks in advance.
>sherry
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform