Page 1 of 1

String replace backslack?

Posted: Fri Mar 31, 2006 8:16 pm
by GeXus
Could someone tell me how I would do a string replace on a backslash? It always breaks the code

Posted: Fri Mar 31, 2006 8:41 pm
by RobertGonzalez
Escape it (\\).

Posted: Fri Mar 31, 2006 9:55 pm
by GeXus
perfect, thank you!