Re: Append new line to Text File
- From: "Henning" <computer_hero@xxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 16:10:24 +0200
"Dan" <power919@xxxxxxxxx> skrev i meddelandet
news:1157030990.969965.244670@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Open App.Path & "\sinfo.txt" For Append As #1To keep the end of line as before,
Print #1, title & " " & Artist
Close #1
When I use the above code in a file that already has one line of text,
it just puts the stuff at the end of the line not on a new line. (I
don't want to use write because I don't want quotes around my text).
Print #1, vbcrlf & title & " " & Artist;
/Henning
.
- Follow-Ups:
- Re: Append new line to Text File
- From: Dan
- Re: Append new line to Text File
- References:
- Append new line to Text File
- From: Dan
- Re: Append new line to Text File
- From: Rick Rothstein \(MVP - VB\)
- Re: Append new line to Text File
- From: Randy Birch
- Re: Append new line to Text File
- From: Rick Rothstein \(MVP - VB\)
- Re: Append new line to Text File
- From: Dan
- Append new line to Text File
- Prev by Date: Re: Append new line to Text File
- Next by Date: Re: directory listing, mp3 files
- Previous by thread: Re: Append new line to Text File
- Next by thread: Re: Append new line to Text File
- Index(es):