Hi everyone,
Am having a variable called y which contains value in below screenshot
And a x variable
when i do a simple string concatenation am getting two "\" instead of one “\”. am not sure what is causing this
Regards,
MRMK
Hi everyone,
Am having a variable called y which contains value in below screenshot
And a x variable
when i do a simple string concatenation am getting two "\" instead of one “\”. am not sure what is causing this
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: