Forum Discussion

typoo1's avatar
typoo1
New Contributor
5 years ago
Solved

backslash being removed

Hi there;   I have a question: problem to show a backslash in my string  javascript script :    var st="test\\TEST"; it gives me st=test\\TEST    and  var st="test\TEST"; it gives me st=t...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    Right... because it's giving you the value that is applied in the string pre-processing by the JavaScript engine.

    Since the log shows the backslash being removed in your earlier post, I assume that there's some sort of error you're getting when you're trying to connect.  Please post the error.