Convert string to URL

  • Thread starter Thread starter randy
  • Start date Start date
Where do you see the string with the additional backslashes? Are you
looking at the string in one of the debugger windows?
 
I viewed it in the command window.

KJ said:
Where do you see the string with the additional backslashes? Are you
looking at the string in one of the debugger windows?
 
Then your string is OK. The debugger windows add the backslashes as
escape characters for the quotation marks.
 
Back
Top