Message 1 of 5

Not applicable
07-02-2018
10:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello guys. have a good day
(defun c:vpf ()
(setvar "cmdecho" 0)
(if (= (tblsearch "layer" "xr-aa"))
(command "vplayer" "f" "xr-aa" "c" "")
)
(if (= (tblsearch "layer" "xre-bb"))
(command "vplayer" "f" "xre-bb" "c" "")
)
(princ)
)
this lisp does not work. some help guys...
Solved! Go to Solution.