Is there a way to loop within a collection? For example, I want to compare each item to another item in the collection. If the collection has 10 items, there should be 45 comparisons.
>>P1_Col = [P1_1,P1_2,P1_3,P1_4,P1_5,P1_6,P1_7,P1_8,P1_9,P1_10]
*if: P1_1 = P1_2
>>P1_Score = P1_Score + 1