How to parse a session variable...

S

sftwrdvlpr

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
 
B

Bob Barrows

sftwrdvlpr said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,129
Latest member
FastBurnketo
Top