Mark

Mark

  • NA
  • 4
  • 0

Replace string with nothing

Nov 16 2005 8:55 AM
Hi I need to replace the character \ in string with nothing.

This: myString.Replace('\',' '); leaves me with a compile error
Of course because \' is the escape for '
But what should be the exact syntax then??

Thanks in advance

Answers (1)