Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im looking for a routine that stores the layer i freeze in a .lsp file.
It would work as follows:
User "layfrz" one or multiple layers. The routine then stores the layer name in a .lsp file in the same folder att the current dwg. formatted at a command.
(command "-layer" "f" "LAYER1" "")
(command "-layer" "f" "LAYER2" "")
etc...
If the file already exists then add the rows to the end.
Does anyone have something like this out there or could help me? It would be much appreciated.
Solved! Go to Solution.