Sorry Ed, I thought I had. Here it is. Really turned out to be simple.
Mind you, this is for a very specific block.Code:(defun C:upd-shtm-block ( / #INS) (if (tblsearch "block" "dsbdshtm") (command "_.insert" "dsbdshtm=" nil) ) (command "attsync" "n" "dsbdshtm") );defun upd-shtm-block