Code Comments
Programming Forum and web based access to our favorite programming groups.I want to open a file, copy all of the data and then append that data to another file. My problem is I am unsure how to get the proper line of data and append it into the new file.
Post Follow-up to this messageIn article <818845cc.0407281302.2237264@posting.google.com>, Lucas! wrote: > I want to open a file, copy all of the data and then append that data > to another file. My problem is I am unsure how to get the proper line > of data and append it into the new file. fcopy [open input] [open output a] -- | Don Porter Mathematical and Computational Sciences Division | | donald.porter@nist.gov Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |_______________________________________ _______________________________|
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.