can anyone tell me what's happening here? from World, in UCS rotate the ucs around Y 180, then around Z 345. type PLAN <enter> CURRENT <enter> now put a piece of text on the screen, middle justified, somewhere away from 0,0 (setq TXT (entlast)) now, draw a line from: (cdr (assoc 10 (entget TXT))), or (cdr (assoc 11 (entget TXT))) why don't either of these point start a line at one of the alignment points of the text? using trans didn't solve it, but you shouldn't need trans as the text was created in the current ucs right? thanks for your time, daron