|
-
Jun 15th, 2001, 09:20 AM
#1
Thread Starter
PowerPoster
Searching and Replacing then...
OK here's the deal...
I know how to find the first occurence of a string using Instr BUT
how can I increment through a document and eliminate all </font> tags after I find my starting point then leaving the last one intact?
from this:
document words are here with other </font> tags but I don't
want to erase these. I want to erase the ones' below
this marker >i.
yadayadayada</font>
yadayadayada</font>
yadayadayada</font>
yadayadayada</font>
to this:
document words are here with other </font> tags but I don't
want to erase these. I want to erase the ones' below
this marker >i.
yadayadayada
yadayadayada
yadayadayada
yadayadayada</font>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|