Re: Reading files for values

2007-10-19 Thread John W. Krahn
Joseph L. Casale wrote: > I have to search for text strings in files and then do something with the > line that matches in one scenario and in another I need to store the > contents of the following n lines. > > In the first requirement I think I have it beat, but I am lost on the > second. I thou

Re: Reading files for values

2007-10-18 Thread Matthew Whipple
Joseph L. Casale wrote: > I have to search for text strings in files and then do something with the > line that matches in one scenario and in another I need to store the contents > of the following n lines. > > In the first requirement I think I have it beat, but I am lost on the second. > I th

Re: Reading files for values

2007-10-18 Thread Gunnar Hjalmarsson
Joseph L. Casale wrote: I have to search for text strings in files and then do something with the line that matches in one scenario and in another I need to store the contents of the following n lines. In the first requirement I think I have it beat, but I am lost on the second. I thought I m

Reading files for values

2007-10-18 Thread Joseph L. Casale
I have to search for text strings in files and then do something with the line that matches in one scenario and in another I need to store the contents of the following n lines. In the first requirement I think I have it beat, but I am lost on the second. I thought I might be able to search for