Results 1 to 2 of 2

Thread: extract data...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    extract data...

    i have a text file as such:

    |header|
    |random name|

    |start table|
    |start row|a|end row|
    |start row|b|end row|
    |start row|c|end row|
    |start row|d|end row|
    |start row|e|end row|
    |end table|

    |whatever|

    How can I first pull out only whats between |start table| and |end table|, and then how do I make a loop that will go through each row, so I Can make a list of the content of the rows



    thanks,

    Dimava
    NXSupport - Your one-stop source for computer help

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629
    If the values for:

    |header|
    |start table|
    |start row|
    |end row|
    |end table|

    are unique, or have unique identifiers, or is something like an HTML tag, you can parse the string. What will be their values?
    Last edited by leinad31; Apr 12th, 2003 at 05:03 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width