Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a script (see below) that stops running after the "_Situatie" (Insert_Situatie.lsp).
The lisp "_Situatie" works fine, it's even executed by the script, but is causes to stop running the last part of the script.
I have run the script without the "_Situatie" (Insert_Situatie.lsp) and than it runs fine untill the end so the problm is caused by the lisp "Insert_Situatie" but I can't figer out why.
Thanks in advance
----Script code-----
_open
"H:\BV3-TRANSMIT\Onderhoek\A\RV CZE A E0000\RV CZE A E0000.dwg"
_Situatie
_Stempel
-----lisp code-----
(defun C:Situatie ()
(command "_insert" "Situatie=E:\\data_tek\\AutoCAD-Custom_JHD\\Algemeen\\Situatie\\Situatie.dwg" nil)
(princ)
)
Solved! Go to Solution.