I'm new in Codesys Programming and I need to declare a Wstring that containt che charachter <">.
Since this character delimits a Wstring, is there a way to insert it in the string?. The Wstring that I need to declare is
{123"Test"}
Thank you in advance,
Mattia
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good morning everybody,
I'm new in Codesys Programming and I need to declare a Wstring that containt che charachter <">.
Since this character delimits a Wstring, is there a way to insert it in the string?. The Wstring that I need to declare is
{123"Test"}
Thank you in advance,
Mattia
wsVar: WSTRING := "{123$"Test$"}";
Thank you very much for your answer. Problem solved.
Best Regards,
Mattia