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

Search Results
Subject Author Forum Time
RE: [Help] 'undefined' is null or not an object.
So do I implement a check for if it's one word? [code]for (i = 0; i <= textray.length[b]-1[/b]; i++){[/code] Or just use that code?
TimmaScripting09-16-2008 at 05:51 AM
RE: [Help] 'undefined' is null or not an object.
Alright, I did that. And it seems to crash my MSN whenever someone sent me a message.
TimmaScripting09-15-2008 at 09:31 AM
[Help] 'undefined' is null or not an object.
[code]for (i = 0; i <= textray.length; i++){ for (k = 0; k <= (textray[i] ? textray[i].length : 0); k++){ if (textray[i].substring(0,4)=="http") { text = textray[i] + text; }else{ text = textray[i].substring(k, k+1) + text; }}}[/code] Just a few th...
TimmaScripting09-14-2008 at 04:22 AM
RE: [Help] Messenger::MyName
Tricky dots! Thanks for that. One less problem to solve :D
TimmaScripting09-14-2008 at 03:47 AM
[Help] Messenger::MyName
Just wondering on the proper use of 'Messenger::MyName', I tried defining a variable with it, and I just get this error. Error: Expected ';' Any ideas?
TimmaScripting09-14-2008 at 03:24 AM
[Hide Excerpts]