ghost tester Posted October 11, 2020 Posted October 11, 2020 How do I copy attribute values from one block to the other, using the LM: quickfield function? with text this works: (defun c:tcopy ( ) (LM:quickfield "TextString" "" 1)) how to do with blocks attributes ??? QuickFieldV1-3.lsp example.dwg Quote
Lee Mac Posted October 11, 2020 Posted October 11, 2020 Try changing line 273 from: (list 'if '(setq ent (LM:quickfield:selectifhasprop prop entsel)) To: (list 'if '(setq ent (LM:quickfield:selectifhasprop prop nentsel)) 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.