Re: Appending text files

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: softrock (anonymous_at_discussions.microsoft.com)
Date: 06/09/04


Date: Wed, 9 Jun 2004 07:36:04 -0700

Bjorn, thanks. The routine works well. Just one more thing: how do you add a carriage return so that the text being written is written below the previously written text.

ex.
The routine as is does the following: if text1 = "abc" and text2 = "123" the resulting text3 = "abc123"
How can we get instead:
"abc"
"123"
in the new text file?