=> 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


_______________________________________________
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.

Reply via email to