I have the following strings of text and its working fine, but I'd like to do something else to it. ( setq txt ( entget ( car ( entsel " Select Stock: " )))) ( setq STK ( cdr ( assoc 1 txt))) In all cases the entity that the user is being asked to select is in the same area, EVERY time. If we know that the text field is in a vicinity (I don't want to select one point, but I want to cross over the text because the text is always different), can we automatically specify the points in the LISP, so that we can avoid any user input at this point? Hope this is clear.... thanks all MN