I need to allow the user to select an undefined number of boundaries before a LISP can continue. I've used PAUSE but that only works if I can define the number of mouse clicks it will take to select all necessary boundaries which cannot be defined. How can I tell the LISP to allow the user to continue selecting boundaries until the user presses the enter key before continuing the routine? thanks.