Special characters appearing while adding strings

Hi everyone,

Am having a variable called y which contains value in below screenshot

image

And a x variable

image

when i do a simple string concatenation am getting two "\" instead of one “\”. am not sure what is causing this

image

Regards,
MRMK

Are you using VB.net or C# in Studio?

am using VB.net

Can you send across a text copy( not a image please) of a complete x and y string value and I’ll try and recreate it on my end.

@unknownay
Short Answer: It is visually within the immediate panel and a \" is indicating that a " occurs by visualizing it with the escaping \

the \ char is not part of the string:
grafik