Brianroyal
11-03-2004, 10:02 AM
Hi guys need some newbie help. I have looked all over the web and in all the books I have for a solution to this to no avail. What I have is an application that gets filenames from a specific directory; stores them into an array and also gets filenames out of a text file that is created in another program and stores those in an array. What my dilemma is is that I need to compare the first array with the second array and then compare the second array with the first array and put the data that is not the same from the first comparison into a listbox and then get the data from the second comparison and put it into a second listbox so that I know which one has different data. I hope this makes sense. I am having so much trouble learning about arrays and such. Thanks for any and all help guys.