Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Working on a lisp to turn on missing toolbars, have the following
(Defun Toolbarson ()
(Command "-toolbar" "properties" "s")
(command "-toobar" "layers" "s")
)
But it isn't working, what is the equivalent lisp version of -toolbar, I haven't been able to find something with internet searches.
Richie
Solved! Go to Solution.