comparing the elements in a list
807600Jun 7 2007 — edited Jun 8 2007for instance i have two list lista and listb. how can i compare the elements in it? like if lista has the name "janu" and listb also have the name "janu" it should say duplicate found. i have compared strings but never compared list. any idea on how to achieve it?