Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append text to already existing text file
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00477842
Message ID:
00478007
Views:
25
>Why not
>
>Open destination file with FileToStr()
>
>Get your result cursor out of the .DBF and Copy To nnn Delimited With Tab
>
>Open new text file with FileToStr()
>
>Make a new memory variable as destinationvar + CRLF + newtextfilevar
>
>StrToFile() the whole thing back.
>
>
>>Is there a way to append text from a .dbf file to an already existing text file using the "COPY TO" command (or any other command)?
>>
>>Thanks,
>>
>>Steve Baum
>>MicroSystems

A good solution in VFP, but not supported in Fox2.x
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform