#HANDLES
Does anyone know of a way to obtain the "next" entity handle which will be
used in an AutoCAD drawing. I want to have an attribute in a block store
the blocks entity handle. The only way I have found this is to insert the
block with a "default" value for teh attribute then use entlast to find the
just inserted block and then use entnext to step through the subentities
(attributes) until I find the one to hold the handle. I can then modify
that subentity. There has to be an easier way! -rj