how do i select all polylines in layer "X" but excluding those with linetype "DOT", all other have linetype "BYLAYER" (ssget "_X" (list (cons 0 "LWPOLYLINE,POLYLINE") (cons 8 "X") (cons -4 "NOT") (cons 6 "DOT") (cons -4 "NOT"))) does not seem to be excepted. thk you