Hi,
a text has the structure:
xxx (font A) yyy (font B)
zzz (A) uuu (B)
etc.
I would like to replace any occurence of text written in font A with:
[original text 1, e.g. xxx] - separating character - [original text 2,
e.g. yyy]. Thus I could then convert the text into a table, depending
on the font, not on the content.
Suggestions?
TIA,
Matthias
Klaus Linke - 31 Jul 2003 00:21 GMT
Hi Matthias,
If I'm not missing anything, you can either
-- search for "Format > Font = A" (leaving "Find what:" empty), and replace
with ^&^t
-- or search for font B and replace with ^t^&
^& is the matched text (which you want to keep), and ^t a tab.
Any other separator instead of a tab would work just as well.
Regards,
Klaus
> Hi,
>
[quoted text clipped - 13 lines]
> TIA,
> Matthias