To all who may have downloaded one of my programs on another thread on this forum, It has come to my attention that a problem existed within the program. It seems the program would not work correctly, so I needed to investgate this. Someone from another forum spotted this problem in the attribute definitions. The attached folder has the fixes incorporated into the program. I have tested these fixes in 2004 and 2009 and am quite sure this issue is now resolved.
My sincere appologies to all who have downloaded previous versions of this code.
Buzzard
Buzzard,
I ran your new revised program and it worked like your last revision. It didn’t have any errors with the blocks. I agree with you, in that it would be nice if Autodesk wouldn’t change the basic way that functions work. Nice job on your program.
I notice when I write simple lists for blocks using entmake I need to use lines (100 . "AcDbText") & (100 . "AcDbAttributeDefinition") in the attribute definitions for the program to work, But when you use cons (cons 100 "AcDbText") & (cons 100 "AcDbAttributeDefinition") instead this creates a problem in the newer versions vs 2004 where I had no problem at all. I wish there was a book with the do & don'ts, but coding can just be trial and error.