Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
trying to do my first lisp
simple thing
select an objet copy and paste into the same place with spanish commands
(defun c:cv ()
(setq ss (ssget))
(command "COPIARBASE" ss "" "0,0,0" ss "PEGAPP" ss "0,0,0")
)
Solved! Go to Solution.