i got two lists which has the insertion point and the end point ex ins_pt (-3.5432 4.5678) end_pt (-3.5432 4.5678) When i use (equal ins_pt end_pt) it returns nil. Is there any other way to compare both lists and return T. Thanks, Jayasree