Hi - I'm trying to set up a script that will access a text file, find a chunk of content, and process that content. No problems with that for one piece of content, but I'm not sure how to pull multiple pieces from the same text file. For example, the text file might be:
-Start- item1 -End-
-Start- item2 -End-
-Start- item3 -End-
-Start- item4 -End-
and I want to pull out each 'item' seperately and process it. I'd be greatful for any suggestions...
PS. I realize that getting this type of info from a text file isn't the best way to go, but I'm restricted in the way I can receive the data.