What the heck is wrong with this???? (defun c:dsx () ;DimStylefiX (setq ds (tblsearch "DIMSTYLE" "AM_ANSI")) (setq a42 (assoc 42 ds)) (setq b42 (cons 42 0.005)) (setq a176 (assoc 176 ds)) (setq b176 (cons 176 256)) (setq a177 (assoc 177 ds)) (setq b177 (cons 177 256)) (setq a178 (assoc 178 ds)) (setq b178 (cons 178 256)) (setq ds (subst b42 a42 ds))(entmod ds) (setq ds (subst b176 a176 ds))(entmod ds) (setq ds (subst b177 a177 ds))(entmod ds) (setq ds (subst b178 a178 ds))(entmod ds) (princ) ) TIA -doug