What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] Save strings

[Help] Save strings
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: [Help] Save strings
Write the string in a file... ^o)

code:
function writeFile(fichier, txt){
    var Object = new ActiveXObject('Scripting.FileSystemObject');
     var NouvTxt = Object.CreateTextFile(fichier,true);
    NouvTxt.Write(txt);
    NouvTxt.Close();
}
08-03-2006 06:24 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Save strings - by Anton on 08-03-2006 at 04:38 PM
RE: [Help] Save strings - by Huhu_Manix on 08-03-2006 at 06:24 PM
RE: [Help] Save strings - by Ezra on 08-03-2006 at 07:36 PM
RE: RE: [Help] Save strings - by Anton on 08-04-2006 at 01:50 PM
RE: [Help] Save strings - by Huhu_Manix on 08-04-2006 at 01:56 PM
RE: [Help] Save strings - by RaceProUK on 08-04-2006 at 01:58 PM
RE: [Help] Save strings - by Anton on 08-04-2006 at 02:38 PM
RE: [Help] Save strings - by -dt- on 08-04-2006 at 03:13 PM
RE: [Help] Save strings - by Anton on 08-08-2006 at 07:16 PM
RE: [Help] Save strings - by Shondoit on 08-08-2006 at 08:19 PM


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