Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again,
I created a very simple lisp to create layout tabs, as I realize in my office we are always copying layout tabs when setting up projects. So I am wanting to speed this up. See below for what I have created.
(defun c:ntab ()
(command "layout" "copy" "" "")
)
What I want is to add a user input for the layout tab number (i.e. A-1.0). The bold portion of the lisp is where the user input would be.
Randy Carminati
Solved! Go to Solution.