Hello all, I'm trying to write a lisp function to check the value assigned to a particular entity within an attribute (drawing block) and ammend the value if needed. When I cycle (entnext) to the desired entity, the dotted pair 1 returns "" (the default in the block) and dotted pair 2 returns "A" (the tag in the block). No matter how I revise the block (dda or eattedit) it still returns the same values. Is there a way of returning what the actual "text" value is in the drawing? I am using 2002. Thanks in advance John