hi, what is the best way to figure out if all atoms in a list 1 are present in list 2, i do not want to do a foreach and member, i am looking for a more civilized solution e.g. list1 = ( "a" B" "c") list 2 = ("a" "c" "e" "F" "X") TIA mark