Cannot escape single <"> in string

I have a problem with writing string which contains single double quote character <“>
the string is:
txt.”
I’ve already tried:
a) Assign activity with string_variable = (“txt.”“”) - doesn’t produce a result
b) Assign activity with string_variable = (“txt.”“”“) which produced - txt.”"

Thank you in advance for any answers

This is the correct syntax.

image

Cheers

Oh so my first solution was correct, I’ve probably messed something around assigning double quotation. Thank you for clarifying the solution,
Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.