I am attempting to find a Carriage Return, a Line Feed, and/or Tabs in a CString. I am trying to use the CString::Find function, but am not sure what the correct parameter it takes. I thought \015, \102, \011, would be find however, it says that I have an illegal escapte sequence. Can anyone tell me how i get CString::Find to search for CR, LF, or Tabs? Thx