O.P. RE: [Debug needed] Delay Script
i changed the "if (sMessage.match(/^#.+;.+;.+/)"
to "if (sMessage.match(/^#.+;.+;.+/))" //(what does all those signs mean btw?)
also changed "strMessage = arrayMessage[2];"
to "var strMessage = arrayMessage[2];"
in Dhaya's code
but.. it doesnt send anything now ^^
i think all the variables are right.. soo.. what is wrong now?
This post was edited on 07-07-2006 at 10:53 PM by kjfk.
|