What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » headache: Special characters.

headache: Special characters.
Author: Message:
runarius
New Member
*


Posts: 12
Joined: Jul 2007
O.P. RE: headache: Special characters.
couldn't figure out much from that... tried using it, but I cannot write those characters in the script so I have no way of searching through the string which holds the nickname in an attempt to replace the symbols by something else.

here is the code:

code:
function AddLineToFile (file, line) {
  if (!fsObj.FileExists(MsgPlus.ScriptFilesPath + '\\' + file))
    var fileObj = fsObj.OpenTextFile(MsgPlus.ScriptFilesPath + '\\' + file, 2, 1);
     else
       var fileObj = fsObj.OpenTextFile(MsgPlus.ScriptFilesPath + '\\' + file, 8, 0);
  fileObj.WriteLine(line);
  fileObj.Close();

}

I'm starting to think it is not possible to do this. Since scripts doesn't support these characters, how could it possibly save them?

This post was edited on 07-23-2007 at 12:04 PM by runarius.
07-23-2007 11:26 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
headache: Special characters. - by runarius on 07-23-2007 at 10:29 AM
RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 10:47 AM
RE: headache: Special characters. - by runarius on 07-23-2007 at 10:49 AM
RE: RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 10:51 AM
RE: headache: Special characters. - by runarius on 07-23-2007 at 11:03 AM
RE: RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 11:05 AM
RE: headache: Special characters. - by runarius on 07-23-2007 at 11:09 AM
RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 11:10 AM
RE: headache: Special characters. - by runarius on 07-23-2007 at 11:11 AM
RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 11:12 AM
RE: headache: Special characters. - by runarius on 07-23-2007 at 11:26 AM
RE: headache: Special characters. - by davidpolitis on 07-23-2007 at 11:42 AM
RE: headache: Special characters. - by Deco on 07-23-2007 at 01:40 PM
RE: headache: Special characters. - by matty on 07-23-2007 at 01:44 PM
RE: headache: Special characters. - by runarius on 07-23-2007 at 02:37 PM
RE: headache: Special characters. - by MeEtc on 07-23-2007 at 02:44 PM
RE: headache: Special characters. - by runarius on 07-23-2007 at 02:57 PM
RE: headache: Special characters. - by matty on 07-23-2007 at 03:56 PM
RE: headache: Special characters. - by runarius on 07-23-2007 at 04:18 PM
RE: headache: Special characters. - by Voldemort on 07-23-2007 at 04:21 PM
RE: headache: Special characters. - by matty on 07-23-2007 at 04:30 PM
RE: headache: Special characters. - by davidpolitis on 07-25-2007 at 06:33 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