O.P. How long is my word?
How do i get the script to find out how long rPass is?
var rPass = "!" + WSH.RegRead(MsgPlus.ScriptRegPath + "mpmpass") + " ";
Need for if(Message.substr(0,4) == rPass) {}
Right now is "!pm " so 4.. but what if i change it to ooeie then it will be 7.. but the script only read 4
|