pwilson.112560
2006-11-28, 10:27 PM
hi all -
i'm trying to recreate a short lisp routine i had on an old computer that's now dead - but it's not working in ACAD 2007. here's the routine:
(defun c:vv ( )
(command “ucs” “w”)
(defun c:cc ( )
(command "ucs" "ob" pause)
CC is used to change the ucs to an object, and VV is used to change ucs back to world UCS. neither of the commands are working, though - and i've loaded the lsp routine through tools-load, and my text window says that the commands are unknown. help!
thanks,
pete wilson
i'm trying to recreate a short lisp routine i had on an old computer that's now dead - but it's not working in ACAD 2007. here's the routine:
(defun c:vv ( )
(command “ucs” “w”)
(defun c:cc ( )
(command "ucs" "ob" pause)
CC is used to change the ucs to an object, and VV is used to change ucs back to world UCS. neither of the commands are working, though - and i've loaded the lsp routine through tools-load, and my text window says that the commands are unknown. help!
thanks,
pete wilson