Hi i am looking to loop through a set of lines in a text file but to take no action on lines between two lines that have known (but different) strings
So as it is looping it comes across a line with "object" as the only string.
From then on ignore all lines until it sees a line with "/object" in it and so on.
It is easy enough to get it to miss the lines using If .... then, but how to restart on the next "/object".
Thanks
Neil
Bookmarks