Posted by David Segall on 08/07/06 14:00
TJ <bscinc@Yahoo_NoSpam.com> wrote:
>Thanks for all of the suggestions, but what I need is this:
>
>I want to type:
>
>This is a test
>
>Had it been an actual alert.
>
>
>And have the editor generate a text file with this:
>
><p>This is a test. </p>
>
><p>Had it been an actual alert...</p>
The editor you want does not exist. You will need to write it by
adding a couple of (complicated) macros to an existing editor that
read and write your files. I suspect that even specifying those macros
will be extremely difficult because I cannot discern any rules that
are embodied in your text. Try recording a macro in Word to see if
that makes your life any easier. If it does then you can add Visual
Basic code to handle some more difficult cases. The macro should save
your file as text.
Navigation:
[Reply to this message]
|