>Where a single search doesn't work, I usually revert to finding the
>start index 'start = find("<td width=1", myStr)' and then the end
>index 'end = find("</td>", myStr, start) + 4' and then do a mid(myStr,
>start, end) call to pull it out.  You may have to tweak that a little,
>but that's the idea.
>
>cheers,
>barneyb
>
>On Tue, 31 Aug 2004 12:27:46 -0400, Josen Ruiseco
><[EMAIL PROTECTED]> wrote:
>--
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com

It turns out that I used the find function then used the removeChars function. Other techniques, such as ReFindNoCase and replace using chr()s did not work.

Thanks to all for the help...

Josen
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to