Hiya.
I have a problem. I've working on a program that has generated a text file like this:
output stream file1 to value(g_body_filepath).
put stream file1 UNFORMATTED variable_1 SKIP.
put stream file1 UNFORMATTED variable_3 SKIP.
put stream file1 UNFORMATTED variable_and-so-forth SKIP.
output stream file1 close.
...and now, later in the program I'd have to read the text from this file and input it to another text file that already has some text, so I'm appending a text file with another. No changes are made to the text in the process.
Unfortunately, I'm unsure how I can accomplish this. Any ideas or pointers?
-- Loki
I have a problem. I've working on a program that has generated a text file like this:
output stream file1 to value(g_body_filepath).
put stream file1 UNFORMATTED variable_1 SKIP.
put stream file1 UNFORMATTED variable_3 SKIP.
put stream file1 UNFORMATTED variable_and-so-forth SKIP.
output stream file1 close.
...and now, later in the program I'd have to read the text from this file and input it to another text file that already has some text, so I'm appending a text file with another. No changes are made to the text in the process.
Unfortunately, I'm unsure how I can accomplish this. Any ideas or pointers?
-- Loki