Re: Testing for null strings and/or input...

2002-04-23 Thread Chas Owens
On Tue, 2002-04-23 at 17:00, Ron Powell wrote: > Basically, I have 30 records in one file and another file with 25 records... > these files are opened for reading, a record from the first file is paired > with a record from the second file and output a 3rd file. Obviously, the > first 25 records

Testing for null strings and/or input...

2002-04-23 Thread Ron Powell
Basically, I have 30 records in one file and another file with 25 records... these files are opened for reading, a record from the first file is paired with a record from the second file and output a 3rd file. Obviously, the first 25 records are fine, but the last five records are being paired w