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

Search Results
Subject Author Forum Time
RE: Getting the Xth word of a sentence
Both xD
Riko15Scripting05-10-2010 at 06:14 PM
RE: Getting the Xth word of a sentence
[code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){ var s = Message; var sArray = s.split(' '); if(sArray[0] == "!tfd"){ if(sArray[1] == "users"){ ... some gay code of me xd .. } } }
Riko15Scripting05-10-2010 at 05:31 PM
RE: Getting the Xth word of a sentence
Thnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(Y) [b]Edit:[/b] Doesn't work? o,o
Riko15Scripting05-10-2010 at 04:28 PM
Getting the Xth word of a sentence
Does anybody knows how to get the Xth word of a sentence? In the mIRC scripting language it's $1 So an example: if John says 'Hi, I'm John', I want to have for example the second word 'I'm', what function should I use?
Riko15Scripting05-10-2010 at 03:06 PM
RE: Getting all my contacts
Nobody? o,o
Riko15Scripting05-09-2010 at 06:45 PM
Getting all my contacts
Hi, I'm just new, and started with scripting Plus! yesterday. I'm kinda stuck on something.. How can I show in my Debug window, who all my contacts emails are? Thnx! - If possible, I want the contacts to be seperated by comma's. -
Riko15Scripting05-09-2010 at 12:40 PM
[Hide Excerpts]