|
-
Apr 12th, 2003, 02:56 PM
#1
Thread Starter
Frenzied Member
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
-
Apr 12th, 2003, 05:00 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|