Hi...
I actually wrote a small program to do that... But I also use
TextPad (shareware) as well as
UltraEdit (30 days, but my company paid to use that)
I actually prefer to use the
pattern matching feature so that I can view it in readable ascii while you work
To use Ultra Edit select the character that you wish to replace with CR/LF then
1.) Ctrl-R or select Replace from the Menu
2.) check Regular Expressions
3.) in the Find what box should be the character, sometimes it will look like a blacked out non character
4.) in the Replace with put in this two characters ^p
(that is the metacharacter(?) for carraige return)
Also as an extra hint, if you have multiple documents envelopes from different partners you can do this....
Replace: ISA
With: ^pISA
Be sure to be aware that regular expressions is on the next time! This is a problem if you use *, you would have to know to use ^* because * is a wildcard character.... such that "P[a-z]*l is cool" matches "Paul is cool" and "Paaaaaaaaaaal is cool"
With Textpad, it is easy as well, but it uses the UNIX style of pattern matching, which I prefer.
Select the character in question, run replace from the menu or press F8, check regular expression on and replace with \n
The help menu for either of these programs will give you some more info...
Hey but if you want to buy a copy the program that I wrote...
