I have this snip of code.. (while (or (= hatchObject nil)(/= (cdr (assoc 0 (entget hatchObject))) "HATCH")) (setq hatchObject (car (entsel " select a hatch object: "))) ) The problem being that, I want to add in the option of letting the user enter "N" as a valid responce to "select a hatch object:". but I don't want the user to be able to select more than one object.. What should I be doing?