Message 1 of 8
Not applicable
10-13-2020
09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Select the block, take the attribute value and enter another attribute as FIELD
Does anyone have any sub-function or function that I select the BLOCK ask for the tag value and insert as field in another block.
example:
(setq ent (car (entsel "Select block_01")))
;; {get ATT1 tag attribute value} ;; I don't know how to do it
(setq set_ (car (entsel "Select block_02"))
;; {set the field value in the ATT4 tag} ;; I don't know how to do itExplain to me how I can do it is already of great help !!!
Solved! Go to Solution.