Thread: TXT to RTF
View Single Post
Old 11-08-2006, 07:54 PM   #17
mlbspike
Enthusiast
mlbspike began at the beginning.
 
Posts: 35
Karma: 12
Join Date: Oct 2006
Location: San Diego
Device: Sony PRS500, PRS505
Had similar format to deal with, and used:
Replace ^p^w with (&&(FIVE-SPACES
Replace ^p^p with (&&(
Replace ^p with a space
Replace (&&( with ^p

obviously, by FIVE-SPACES, I mean 5 actual blanks,
and, used the special tab to enter the ^p - for paragraph
and ^w - for whitespace
I saved it as a macro, in WORD, then made a hotkey F11,
and processed a batch of files pretty quickly.

Obviously, easily modified for different formats, and worth it if you have a decent
number of files to process.

Last edited by mlbspike; 11-08-2006 at 07:57 PM.
mlbspike is offline   Reply With Quote