Search through two arrays for differences

2005-05-03 Thread david cateron
I have put information in two arrays as follows: Element(0) - File Name Element(1) - Field Name Both arrays are set up this way. I'd like to search through both arrays and if the File name is the same in both (there will be about 10 different file names--file names in the first array should

RE: Search through two arrays for differences

2005-05-04 Thread david cateron
Maybe I'm being too simplistic. "Wagner, David --- Senior Programmer Analyst --- WGO" <[EMAIL PROTECTED]> wrote: david cateron wrote: > I have put information in two arrays as follows: > > Element(0) - File Name > Element(1) - Field Name > > Both arrays ar

comparing two lists with hashes

2005-05-09 Thread david cateron
I’m still trying to figure out hashes. My array consists of two elements, the first is a filename and the second is a field in the file. So it looks like this: File1 UserID File1 TextID File1 Field1 File2 UserID File2 TextID File2 Field1 File2 Field2 I