--
----------------------------------------
Design/Engineering Dept.[bsli.com.my]
(tblsearch "layer" (cdr (assoc 8 ent))) ;should do it
--
RDI
(remove the exclamation from the email address)
"nalsur8" <sakit@nospamdotcom> wrote in message news:404be4a7_3@newsprd01...
--
----------------------------------------
Design/Engineering Dept.
rdi <rdi!@writeme.com> wrote in message news:404be9ba_2@newsprd01...
--
----------------------------------------
Design/Engineering Dept.
nalsur8 <sakit@nospamdotcom> wrote in message news:404be4a7_3@newsprd01...
Select objects color ByLayer:
(ssget '((62 . 256)))
Select objects color ByBlock:
(ssget '((62 . 0)))
Select objects color ByLayer or ByBlock
(ssget '((-4 . "<or") (62 . 256) (62 . 0) (-4 . "or>")))
Joe Burke