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
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
Im 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