I've got this routine selecting a piece of text (a datestamp) and initiating the move command. I'm having trouble specifying the.. basepoint for the move = insert or lower left justification. new location to move to = 1.375,.2 (this is a point in space not a distance.) (setq SS (ssget "x" (list (cons 8 "TIMEDATE"))))(command "_.move" something here and here? ss "") Do I need two more setq's to handle this? J. Logan