Solved
Forum Discussion
slaugier
8 years agoOccasional Contributor
Thank you for your messages.
The solution was to replace special characters with \n.
Best,
Note that the characters you have in your code that show up as
↴
are how TestComplete represents those non-printing characters. They may be more accurately represented by a /n or something like that. As cunderw suggests, that may be where the problem is.
Thank you for your messages.
The solution was to replace special characters with \n.
Best,