Ampersand symbol doesnt show in debugger variables?

0
When I create a string with an ampersand symbol in it and step through the code, the ampersand doesn’t show up in the debugger variables. For example, when I create a variable and set the value to ‘hello&world’ the resultant value shows as ‘helloworld’ in the debugger. Is this intentional? This can cause a lot of confusion.
asked
1 answers
1

I think this behaviour is a bug and can be reported to Mx support.

When you press Alt key in Studio Pro, the W from Hello&World gets underlined ;-)

When you click on the variable line, the correct value is shown:

answered