I have two one-dimensional arrays starting from index 0. The first array stores the complete list of students' names and has (for example) 500 elements and the second array consists of a part of the larger array. How can i extract the elements that exist in the first array and not in the second array.
Thanks in advance,
Comparing two arrays and extract the differences
Moderator: General Moderators
Re: Comparing two arrays and extract the differences
Thanks, But it doesn't work and the function only returns the elements of the first array.My array contains unicode characters.What should I do to overcome this problem?
Re: Comparing two arrays and extract the differences
Could you give an example? Eg two example arrays and the array you need as a result.