Hi
I am using
[VB]Dim writer As New IO.StreamWriter("C:/FormatLineOutput.txt")
writer.Write(TextBox2.Text)
writer.Flush()
writer.Close()[/VB]
To write the output to a file. But I need to add to the file if it is executed a second time.
How can i add moe to this file.
Please Help!
I am using
[VB]Dim writer As New IO.StreamWriter("C:/FormatLineOutput.txt")
writer.Write(TextBox2.Text)
writer.Flush()
writer.Close()[/VB]
To write the output to a file. But I need to add to the file if it is executed a second time.
How can i add moe to this file.
Please Help!