Quote:
Originally Posted by Deas_Voice
whats with the \ \?
always wonderd why people add them 
|
Because otherwise the parser will think you are ending the string. Think like this:
See how the quotes would have ended that string, and it would want to know what the x was doing outside of quotes? The backslash tells it that the quotes need to be IN the string, instead of ending/starting a string.