Hello DX,
This is an odd case, the concatenation seems to affect if this is an error or not. This string will report 'nother' is a misspelled word.
C#string message = "Some text on first line\r\nother text on second line" + "Some other concatenated text";
Alex
Alex,
I reproduced this incorrect behavior. You will be notified when we fix this issue.