- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone have an idea how to write a laymrg script with the code on a single line as opposed to several lines? The problem I'm having is, when the script runs the old layer and the two spaces after it, it thinks the rest of the string is part of the layer name. Is there any way to force the script to stop reading the layer name after "old layer"? I've tried everything I can think of to force it to read the layer name correctly, to no avail. The ultimate goal is to laymrg survey layer from a surveyor to our company standard layers. I want to copy all the survey layers to excel then set up a second tab that references the survey layer into the script line:
; | Survey Layer | Company Layer | |||
-LAYMRG | |||||
N | old layer | N | new layer | Y |
Copying the code to notepad gives me this ( _.-LAYMRG N old layer N new layer Y) but it gets hung after "old layer" because it thinks everything after "old layer" is part of the layer name.
Thanks
Solved! Go to Solution.