|
-
June 26th, 2012, 10:10 AM
#1
search char[] for escape char
What I am trying to do is to take the rtf from a richtextbox convert it to a char[] then loop through the array and remove duplicate tags. only problem is vc# does not recognize as a valid line of code. So does anyone have any ideas how I can do this?
-
June 26th, 2012, 11:01 AM
#2
Re: search char[] for escape char
Your escape character is the escape character.
Try
Code:
char escape = '\\';
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|