I have 2 databases (with different fields) that I need to put into 1 text file. I have tried COPY TO, but that overrides the text file. The text file must be comma delim.
STRTOFILE() and FILETOSTR() were introduced in VFP 6.0 - they don't exist in 5.0. In 5.0, you'll need to use the low-level File IO functions (FOPEN, FREAD, FGETS, FPUTS, FWRITE, FCLOSE, etc.).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.