You could also use filetostr() & strtofile() function Rick Quilhot Gallant Transport, Inc 877-Gallant mailto:[EMAIL PROTECTED] <*))))))><{
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hal Kaplan Sent: Monday, October 30, 2006 3:58 PM To: ProFox Email List Subject: RE: VFP 5.0 : Text files => Is there a way though to take 5 different text files and => append them together??? in VFP 5.0 ? => I can't figure that one out using the Fopen() or FPUT() commands... => => Philip => => => Kenneth Kixmoeller/fh wrote: => => > You need to use the "F"'n functions: FOpen(), FRead(), => FWrite(), etc. => > => > Always hated them, so I have banished their specifics from => my memory! => > (but you should be able to figure them out) => > => > Ken You guys will never make it as assembler coders. Philip, try this ... !copy a.txt+b.txt+c.txt+d.txt+e.txt abcde.txt I think I got that right ... no time to check right now. HALinNY [excessive quoting removed by server] _______________________________________________ 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.

