sftwrdvlpr wrote:
> I have a bunch of html stored in a session variable. It's just a long
> string of html. I want to parse it to
> extract certain things out of it. I'm assuming I would use the Left,
> Mid and Right functions. But don't know exactly how to do it. Plus I
> need to find the information in the session variable too.
>
> Thanks,
> Fred
You sould also use Instr()
Or you could use regular expressions.
Without more detail, I can't get more specific than this. I also don't
understand what you mean by your last sentence.
Bob Barrows
|