Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm hoping this has been done and someone can lead me in the right direction. I hoping to select a layer, get the name of the layer, and rename the layer as follows:
(SetQ En (EntGet (Car
(EntSel "\nSelect Object on Layer to Rename: "))))
(SetQ El (Cdr (Assoc 8 En)))
So let's say El = "A-ELEC-POWR"
I would like to rename El to = "A-NEWW-ELEC-POWR"
So i would like to insert "NEWW-" after the "A-" in the layer name.
Again, I'm hoping someone has done something similar with wcmatch or something..
Thank you.
Solved! Go to Solution.