Hi everybody,
First of all, much appreciate for this amazing section, I have learned a ton.
And second, I would like some help with the following problem, it may be a little basic, sorry.
I am trying to compare two lists, one longer and the other shorter, and if two elements match, keep it in the index position of the first list and delete the rest of the elements, I mean, a null value. In this case I would something like this:
[0] Revision 7
[1]
[2]
[3] Revision 295774
[4]
[5]
[6] Revision 295777
[7]
[8]
[9]
[10]
I get to the point where the two list are compared, but I can´t figure out a way to get to that result. Thanks!