Message 1 of 5

Not applicable
10-25-2016
11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm running a script to edit drawings. On one computer the script is running without a problem, on another computer the script stops every time after the Lisp routine. On the command line you see a Cancel after the routine. When I run the routine manually, this causes no Cancel. On the other computer I have no issues with this script.
This is the script:
Open
"DUCTING LAYOUT.dwg"
(ConvertLayout "Convert4Vault_20161025_2017.csv" nil)
qsave
close
Open
"02DUCTING LAYOUT.dwg"
(ConvertLayout "Convert4Vault_20161025_2017.csv" nil)
qsave
close
Solved! Go to Solution.