Hi,
Is it possible to directly write to a file the contents of another file? Or do you need to read the contents of the first file into a variable and then write the variable to the second file?
The size of the file that I am reading from (and then writing to a variable) is 21223.
If you can do either, a) what is the syntax to read and write at the same time, b) which is the most economical?