Well, I obviously didn't test the code ;-/
I don't think I've ever used the QLATTACH command so I did not realize it
was a 'one at a time' type of command.
So you could either run the QLATTACH immediately after creating each leader,
Or, still using the code that creates the ldrs SS, do a (while) or (repeat)
with that SS to invoke the QLATTACH on each leader,
Or, you could look into using ActiveX to set the Annotation property of the
leader object.
wrote in message news:4927463@discussion.autodesk.com...
I'm not sure of the problem. I've just spent the last half hour studying
both versions of this code and the developer documentation set on ssadd but
I do not see why this will not attach all of the leaders to the text. I did
add all of the variables to the (defun addleader (/ blocknamess n ldrs
inspt)) It still only connects the first leader to the text.
I tested QLATTACH and noticed that it only allows one leader to be selected
and then the text. How can I do this will I have to repeat the QLATTACH
command for the unspecified number of times. Can I use foreach or ...?
Thanks for you help