Author Topic: Adding an unwanted backslash  (Read 8795 times)

Offline slimenta

  • Newcomer
  • *
  • Posts: 28
    • View Profile
Adding an unwanted backslash
« on: October 14, 2013, 05:53:31 PM »
I am using textedit to create a roster saved as an rtf file.  I don't think that I have done anything different, but when I type: \c#\, I get the name as typed but a backslash at the end.  Confused!  Thanks for any help.

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24731
    • View Profile
    • Camera Bits, Inc.
Re: Adding an unwanted backslash
« Reply #1 on: October 14, 2013, 09:49:09 PM »
I am using textedit to create a roster saved as an rtf file.  I don't think that I have done anything different, but when I type: \c#\, I get the name as typed but a backslash at the end.  Confused!  Thanks for any help.

Never use RTF (Rich Text Format).  Code Replacement files are simple plain text files.

-Kirk

Offline slimenta

  • Newcomer
  • *
  • Posts: 28
    • View Profile
Re: Adding an unwanted backslash
« Reply #2 on: October 15, 2013, 11:36:35 PM »
Thank you Kirk!!