Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to modify the layer name with lisp.Change to "AAA" at one time.
how to modify this command? (command "rename" "layer" "BBB*" "AAA*" "") .
All layer with same prefix "BBB", all need change to prefix "AAA".
Original Layer: BBB_1, BBB_22, BBB_123 …………
After change: AAA_1, AAA_22, AAA_123…………
Solved! Go to Solution.