All, Quick question about IMAGE DXF data. I have this returning the local file name of the inserted image entity (after picking it): (assoc 1 (entget (cdr (assoc 340 (entget (car (entsel))))))) But how do I retrieve the inserted image name, which was assigned via: (command "_-image" "attach" (strcat new_file "=" file_loc) I'm trying to retrieve the assigned name, not the FILE name, which I already have above. What group code is used to retrieve it? Thanks bobb