Kristina96
New Member
- Joined
- Sep 30, 2019
- Messages
- 33
Hello,
I have two arrays Arr1 and Arr2 that both include a list of words.
I need a code that compares every element of Arr1 with every element of Arr2. If at least one match was found I wan't to add more code.
So it would look like this:
If Arr1=Arr2 Then
...
The comparing part is not working yet. Do you have any ideas on this?
Thank you in advance,
Kristina
I have two arrays Arr1 and Arr2 that both include a list of words.
I need a code that compares every element of Arr1 with every element of Arr2. If at least one match was found I wan't to add more code.
So it would look like this:
If Arr1=Arr2 Then
...
The comparing part is not working yet. Do you have any ideas on this?
Thank you in advance,
Kristina