Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Break
Message
From
19/10/1999 03:34:31
 
 
To
19/10/1999 01:27:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00278010
Message ID:
00278020
Views:
17
I had the same problem and used low level functions (fopen(),fget() etc.) to copy the file byte by byte - except of the unwanted at the end of the file - to a new file.
In VFP 6 you can build your result into a string variable and use STRTOFILE() to write the string content to a file. That function won't put any unwanted characters to your file.
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform