Quote Originally Posted by wild_bill
VB Code:
  1. Dim vals() as string = {"list1","list2"}
  2. For each val as string in vals
  3. if list.contains(val) then
  4. 'whatever
  5. end if
  6. Next
Thx, that's exactly what i needed

To gigemboy:
Well my app is still far from finished, so i dont know if its better to make a never ending loop or a sub, but that shouldn't be a problem now that i know how to check the array for specific values