I have script that uses () and I need to put a \ in it. Since \ is normally used to allow special characters like that and when doubled it means a comment line, I'm having some trouble.
I've tried
with no success.
So, how can you use a backslash like that?
I've tried
Code:
group('1','../../../music[B]\[/B]song.wav'), group('1','../../../music[B]\\[/B]song.wav'), and group('1','../../../music[B]/[/B]song.wav')
So, how can you use a backslash like that?
Comment