Thanks for your time,
Chris
cc19...@aol.com
AutoCAD added "Handles" to each entity to allow you the ability to refer to
the same object(s) throughout multiple drawing sessions. The handle does not
change (unlike the <ename>). You can get an objects handle by using the dxf
code 5 with the entity association list. If you have the handle and wish to
get the ename:
(handent "HANDLE") will return it (replace "HANDLE" with the variable that
contains the handle name
Good luck
Ken Horiski