What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: error with ScriptFilesPath
Ah, so simple. Thanks to both of you. <3
waterbottleScripting06-19-2007 at 11:36 AM
error with ScriptFilesPath
Hi, I'm running this simple script; [code]var shell = new ActiveXObject("wscript.shell"); shell.Run( MsgPlus.ScriptFilesPath );[/code] Which should open the directory "C:\Programfiler\Messenger Plus! Live\Scripts\testscript" However it inste...
waterbottleScripting06-18-2007 at 11:11 PM
RE: [split] What scripts can't do.
ah, right, I totally misunderstood the example :$ Well, thanks for all the help.
waterbottleScripting12-16-2006 at 12:53 AM
RE: [split] What scripts can't do.
the example said - 1 so I added that too... I also tried without it, still didn't work. What I'm trying to do first is get the ascii equivalent of the char. for example, ' ' = 32, 'a' = 97, 'b' = 98, 'A' = 65, '1' = 49.
waterbottleScripting12-15-2006 at 11:18 PM
RE: [split] What scripts can't do.
hmm, I've been trying to get the charCodeAt function working. However it just dosn't want to. I copied out of the example, but it gives me the same result everytime I choose a letter (upper or lowercase makes no difference) or anything else other t...
waterbottleScripting12-15-2006 at 10:30 PM
RE: [split] What scripts can't do.
A bit offtopic but, is it possible to do bitwise comparision in JScript? (like &, | etc in C). for example something like; if(Message.charAt(0) & 1) { /*do something if the bit 1 in the frst letter of Message is true*/ } I tried & but that didn't wo...
waterbottleScripting12-13-2006 at 09:18 PM
[Hide Excerpts]