Zoom Dynamic workaround
Posted: Wed Mar 28, 2001 7:35 pm
This lisp routine is posted with the permission of mjsmyth. Michael has came up with this workaround for all of us Zoom Dynamic fans that just can't seem to give it up. While it does not work exactly as zd does it is a great alternative.
; Zoom Dynamic workaround
(defun c:zd ()
(setq olduc (getvar "undoctl"))
(setvar "undoctl" 0)
(command "zoom" ".5xp" "zoom")
(setvar "undoctl" olduc)
)
Thank you Michael,
Melodie
; Zoom Dynamic workaround
(defun c:zd ()
(setq olduc (getvar "undoctl"))
(setvar "undoctl" 0)
(command "zoom" ".5xp" "zoom")
(setvar "undoctl" olduc)
)
Thank you Michael,
Melodie