What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [problem] Buttons in windows

[problem] Buttons in windows
Author: Message:
waynewilson2
Junior Member
**

Avatar

Posts: 55
Joined: Oct 2007
O.P. RE: [problem] Buttons in windows
umm...i tried that, and every time i try to search the array, it returns this in the debug window...
code:
Error: Expected ')' in regular expression (code: -2146823268)
       File: my pm chat.js. Line: 150.
Function OnEvent_ChatWndReceiveMessage returned an error. Code: -2147352567


help please :S

the code im using to search is like this(vars are defined)
code:
function filtaNow(ChitChatter, tehmess){
    for(x in filta0){ //For each array element
        if(tehmess.search(filta0[x]) != -1){ //This is line 150
        // !=-1 means the string text was found (only returns -1 when text is not found, else returns the index or position of the first character
            Debug.Trace(somearray[x]); //Print it so we know it found the text
        }
    }
   
}


This post was edited on 10-24-2007 at 05:16 AM by waynewilson2.
[Image: waynewilson2@hotmail.com-12.png]
10-24-2007 05:13 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 08:40 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-22-2007 at 09:41 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 11:01 PM
RE: [problem] Buttons in windows - by Spunky on 10-22-2007 at 11:22 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 12:51 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 05:29 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 08:13 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:16 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:49 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-23-2007 at 08:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:55 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:02 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 09:36 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:44 PM
RE: [problem] Buttons in windows - by Spunky on 10-23-2007 at 10:12 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 05:13 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 11:17 AM
RE: [problem] Buttons in windows - by markee on 10-24-2007 at 11:25 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 12:47 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 08:19 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-24-2007 at 08:50 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:41 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 10:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:56 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 11:06 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 01:23 AM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 12:14 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 08:42 PM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 11:21 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 02:32 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 05:25 AM
RE: [problem] Buttons in windows - by markee on 10-26-2007 at 07:03 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 09:11 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:18 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 10:28 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:39 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 11:01 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 11:46 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-27-2007 at 05:27 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-28-2007 at 05:25 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 12:25 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 02:02 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-29-2007 at 02:43 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 03:02 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