Rafi -
TestStand only translates the two characters "\n" to a new line when evaluating expressions, but only if you specify the characters "\n" within a literal string in an expression.
So if you specify the following text:
"This is my first line\n second line"
or the following text:
"This is my first line" + "\n" + second line"
for an expression of a parameter to a function in a DLL or for one of the text to display the Message Popup step, the two characters are translated to a newline character before giving over the result.
If you enter two text characters into a string variable, Locals.MyString, TestStand treats this just as text. If you want to enter a new line into a string variable, just use the Ctrl-Enter key
stroke to continue text on the second line.
Scott Richardson
Scott Richardson
https://testeract.com