Strange characters appear in app and in debugger logs

cbal03

Member
Licensed User
Longtime User
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?
 

cbal03

Member
Licensed User
Longtime User
These characters appear like little squares and are affecting decisions based upon string comparisons.

I was wrong. The extra characters seen in the debugger do not appear in my variables. The decision errors were caused by referencing the wrong variables. :signOops:
 
Top