How can I make lisp return entity data for a known layer that can then be passed to the entmod command to modify the layer? I tried: (tblsearch "layer" layname) But this doesn't seem to return enough information to pass to entmod. I *could* use "command", but that would be creating a half-assed lisp routine IMO. TIA Greg