I wrote "or" there,but it's not correct. What shall I write then?
script piece:.... For nCount = 1 to (UBound(arrStim)-1) If arrStim(nCount).StimWord = arrStim(nCount + 1).StimWord ??or?? arrStim(nCount).StimColor = arrStim (nCount + 1).StimColor Then boolCriterion = False Exit For End If Next nCount....
-Brandon