Re: [Tutor] how to track an entry in a large text file

2013-01-16 Thread Mitya Sirenef
On 01/16/2013 04:22 PM, 3n2 Solutions wrote: Say I have a text file (example below) that has multiple records with the same format but not always the same number of lines. Each record is separated by the line that starts with “Examining file” as in below example. If you notice, the 3D Val is not

Re: [Tutor] how to track an entry in a large text file

2013-01-16 Thread Oscar Benjamin
On 16 January 2013 21:22, 3n2 Solutions <3n2soluti...@gmail.com> wrote: > Say I have a text file (example below) that has multiple records with > the same format but not always the same number of lines. Each record > is separated by the line that starts with “Examining file” as in below > example.

[Tutor] how to track an entry in a large text file

2013-01-16 Thread 3n2 Solutions
Say I have a text file (example below) that has multiple records with the same format but not always the same number of lines. Each record is separated by the line that starts with “Examining file” as in below example. If you notice, the 3D Val is not there for the second record. How do I report t