Hi there.. I'm trying to write a routine that will (among other things) change a selected mtext's insertion point. In no situation must it be centered, but must be either to the left or tho the right. I tried this: (setq textdata (subst (cons 71 4) (assoc 71 textdata) textdata)) (entmod textdata) but the Mtext is still centered. I tried the REGEN command, no go. Any ideas ? TIA Dr Fleau