Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working through a script to load and reload linetypes from multiple files. It seems to run fine except that expert stays set to 3. I am very green regarding my understanding of lsp and programming in general. Why would it stop at LTL?
(defun C:LTL( )
(command "_.linetype" "_load" "*" "Site.lin"); leaves in command
(command "_load" "*" "Streets.lin"); leaves in command
(command "_load" "*" "Utilities.lin"); leaves in command
(while (> (getvar 'cmdactive) 0) (command "")); Enters until finished
)
expert 3
LTL
expert 0
Solved! Go to Solution.