Craig Cardimon <> wrote:
> I need to read a large text file line by line until a certain tag is
> found, say . This tag will exist on a line by itself. Then I
> need read in all subsequent lines, appending them to each other,
> until the ending tag is found, again on a line by itself.
>
> My l
Lynn. Rickards wrote:
> Craig Cardimon wrote:
>
>>I need to read a large text file line by line until a certain tag is
>>found, say . This tag will exist on a line by itself. Then I need
>>read in all subsequent lines, appending them to each other, until the
>>ending tag is found, again on a li
Craig Cardimon wrote:
I need to read a large text file line by line until a certain tag is
found, say . This tag will exist on a line by itself. Then I need
read in all subsequent lines, appending them to each other, until the
ending tag is found, again on a line by itself.
My logic, if you c
Craig Cardimon wrote:
> I need to read a large text file line by line until a certain tag is
> found, say . This tag will exist on a line by itself. Then I need
> read in all subsequent lines, appending them to each other, until the
> ending tag is found, again on a line by itself.
>
> My logic,