Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How to parse a session variable...

Reply
Thread Tools

How to parse a session variable...

 
 
sftwrdvlpr
Guest
Posts: n/a
 
      09-25-2003
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



 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      09-25-2003
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
optparse: parse v. parse! ?? 7stud -- Ruby 3 02-20-2008 05:20 AM
Session Timeout problems-web.confg session state and IIS session s =?Utf-8?B?Um9iSEs=?= ASP .Net 4 04-11-2007 04:52 PM
How to parse a string like C program parse the command line string? linzhenhua1205@163.com C Programming 19 03-15-2005 07:41 PM
Session State - What does it take to establish one single ASP.NET session per "browser session" Jeff Smythe ASP .Net 3 01-02-2004 04:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57