Hi All,
I am really confused of what I have below.
I got this code from somewhere on net. This iterates through the attributes and extract the attribute with tag "ROOM_NAME"
(while
(not
(eq "SEQEND" (dxf 0 (setq ent (entnext ent))))
)
(if
(= (dxf 2 ent) "ROOM_NAME")...