Is this a bug? I keep seeing crlf or something similar in strings sent to the logs pane. These characters appear like little squares and are affecting decisions based upon string comparisons.
If I say... Log(reply.IndexOf("ERROR:"))... I get a "-1" like i should when the text doesn't exist but those squares are at the end of the "-1".
Also if I say Log("some text"), I get them.
This seems to be at random but they are there more often then not.
Has anyone else experienced this?
If I say... Log(reply.IndexOf("ERROR:"))... I get a "-1" like i should when the text doesn't exist but those squares are at the end of the "-1".
Also if I say Log("some text"), I get them.
This seems to be at random but they are there more often then not.
Has anyone else experienced this?