On Monday, October 30, 2006 2:38 PM Philip B wrote: >Is there a simple way to REPORT FORM TO FILE check.txt then take each of these Check.txt files as >they are being created in a SCAN...ENDSCAN loop and save those to one big TEXT file... I know in >later versions of VFP I can FILETOSTR() and STRTOFILE() the check.txt and add it to one continuous >one, but what options do I have in VFP 5.0 ??
Check out the Low Level functions in the help like FGETS and FPUTS. There are some examples that should get you started. Hope that helps! David L. Crooks _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

