Search found 3 matches
- Thu Sep 01, 2005 3:39 pm
- Forum: Advanced Find and Replace
- Topic: paragraph returns
- Replies: 4
- Views: 25886
paragraph returns
morning. yes, it is for batch replace. I now have regular expressions check. but i'm still not having any luck. here are the strings i've tried in the find field: Course:New Course\x0d@Title which has the code for carriage return Course:New Course\^p@Title which is the Word paragraph code. thanks ag...
- Wed Aug 31, 2005 10:59 pm
- Forum: Advanced Find and Replace
- Topic: paragraph returns
- Replies: 4
- Views: 25886
paragraph returns
thanks for your response.
i added the backslash, but alas, it doesn't seem to recognize the string.
krik
i added the backslash, but alas, it doesn't seem to recognize the string.
krik
- Wed Aug 31, 2005 8:31 pm
- Forum: Advanced Find and Replace
- Topic: paragraph returns
- Replies: 4
- Views: 25886
paragraph returns
I having trouble with the program recognizing paragraph returns in a text file. i've tried several variations, none are working. The string below is where the problem is taking place: @NewCourse:New Course^p@Title: The "^p" being what word spits out. I've also tried this: @NewCourse:New Course\x0d@T...