View Single Post
  #3 (permalink)  
Old 12-02-2008, 05:02 AM
wntdaliv wntdaliv is offline
Member
 
Join Date: Dec 2008
Posts: 6
Rep Power: 0
wntdaliv is on a distinguished road
Default
Yeah I did, unfortunately "\[" is an invalid escape sequence.

I think it's because "\" is itself a metacharacter which has to be followed used with something like "\n" for a new line, etc
Reply With Quote