What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Several Questions...

Several Questions...
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: Several Questions...
Yes, you can use substrings and I think it's the same syntax... For finding a word in a file, I would use something like

code:
var myString = TextFromFile //contains text from file

myString = myString.split(" ");
for(var i=0;i<=myString.length;i++){
if(myString[i]==KeyWord){
//Code
}
}


There is probably an easier, more correct way to do this though :p
<Eljay> "Problems encountered: shit blew up" :zippy:
09-15-2006 11:08 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Several Questions... - by Robin4286 on 09-15-2006 at 10:39 PM
RE: Several Questions... - by cloudhunter on 09-15-2006 at 10:44 PM
RE: Several Questions... - by Robin4286 on 09-15-2006 at 11:04 PM
RE: Several Questions... - by Spunky on 09-15-2006 at 11:08 PM
RE: Several Questions... - by Huhu_Manix on 09-15-2006 at 11:24 PM
RE: Several Questions... - by deAd on 09-15-2006 at 11:28 PM
RE: Several Questions... - by Huhu_Manix on 09-15-2006 at 11:39 PM
RE: Several Questions... - by markee on 09-16-2006 at 07:09 AM
RE: Several Questions... - by CookieRevised on 09-17-2006 at 01:29 AM
RE: RE: Several Questions... - by Huhu_Manix on 09-17-2006 at 12:37 PM
RE: Several Questions... - by deAd on 09-17-2006 at 01:34 PM
RE: Several Questions... - by Huhu_Manix on 09-17-2006 at 01:55 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