I've modified our "SSX" lisp to include a highlighting option as well as a "select previous" so that they are put into the proprties dialoge. However, there are times (object count is high) when i don't want to highlight. Can someone help me with this code? TIA!! ;***************************************************************************************************** ; new code ;***************************************************************************************************** ;throw these objects to the properties box ;(setq SelSetCount (sslength f2)) ; (IF ((sslength f2) > 500) ; (PROGN ;(COMMAND "SETVAR" "HIGHLIGHT" "0") (command "._pselect" "P" "") ;(COMMAND "SETVAR" "HIGHLIGHT" "1") ; ) ; ) ;***************************************************************************************************** ;END NEW CODE ;*****************************************************************************************************