This doesn't work: (setq stnd(tblsearch "STYLE" "STANDARD")) (setq stnd(subst (cons 3 "simplex") (assoc 3 stnd) stnd)) (entmod stnd) How does one modify / add /delete items in a table? Hints welcome. rs