Re: Append new line to Text File
- From: "Dan" <power919@xxxxxxxxx>
- Date: 31 Aug 2006 06:29:51 -0700
Open App.Path & "\sinfo.txt" For Append As #1
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).
.
- Follow-Ups:
- Re: Append new line to Text File
- From: Henning
- Re: Append new line to Text File
- From: Henning
- Re: Append new line to Text File
- From: Rick Rothstein \(MVP - VB\)
- 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\)
- Append new line to Text File
- Prev by Date: Autorun a Process when a flash disk is inserted
- 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):