Re: Append new line to Text File




"Dan" <power919@xxxxxxxxx> skrev i meddelandet
news:1156990949.556911.263600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I would like to append a new line to a text file for example:

somethin somethinsomethin2 some
New Line

How would I go about doing this?

Thanks
Dan

Open MyFile For Append as #filnum
Print or Write to end of file.

/Henning



.