if(findtext(Text,"<a href = '?person = \" [P] \"'>"))//the string I am trying to find.
var/message = "[src] : [ms] <a href = '?person = \" [nam] \"'>"// the string to search nam = the name of the recipient, src being the sender.
Problem description:
Well I'm trying to use false HTML to send what may look like a blank space in regular text, but more words in real text, so that it find
I even compared the text I recieved from "[src] : [ms] " and it said they didn't equal each other when I also made it display that and the message. Why is it saying that two string that obviously equal each other don't?