What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » create a .txt file through VB

create a .txt file through VB
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: RE: create a .txt file through VB
quote:
Originally posted by _BassReFLeX_
btw... how do i rewrite the same .txt file.. but not OVERWRITE just continue in blank lines .... :o

dim filenum as integer
filenum= freefile

Open "C:\Text.txt" For Append As filenum
Print filenum, Text1.Text
Close filenum

use append if you want to add to the file and output to rewrite it

This post was edited on 05-19-2004 at 01:42 PM by Dempsey.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
05-19-2004 01:40 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
create a .txt file through VB - by _BassReFLeX_ on 05-18-2004 at 02:36 PM
RE: create a .txt file through VB - by Stigmata on 05-18-2004 at 02:42 PM
RE: create a .txt file through VB - by _BassReFLeX_ on 05-18-2004 at 02:45 PM
RE: create a .txt file through VB - by Stigmata on 05-18-2004 at 03:03 PM
RE: create a .txt file through VB - by Mike on 05-18-2004 at 03:08 PM
RE: create a .txt file through VB - by Stigmata on 05-18-2004 at 03:11 PM
RE: create a .txt file through VB - by _BassReFLeX_ on 05-19-2004 at 11:10 AM
RE: RE: create a .txt file through VB - by Dempsey on 05-19-2004 at 01:40 PM
RE: create a .txt file through VB - by Mike on 05-19-2004 at 11:18 AM
RE: create a .txt file through VB - by matty on 05-19-2004 at 01:46 PM
RE: RE: create a .txt file through VB - by Dempsey on 05-19-2004 at 05:14 PM
RE: create a .txt file through VB - by CookieRevised on 05-19-2004 at 06:07 PM
RE: create a .txt file through VB - by _BassReFLeX_ on 05-21-2004 at 10:08 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On