Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
trying the following
(defun c:ZoomW( / )
(command "_.zoom" "w" " " " ")
)
i get
Command: zoomw
zoom
Specify corner of window, enter a scale factor (nX or nXP), or
[All/Center/Dynamic/Extents/Previous/Scale/Window/Object] <real time>: w
Specify first corner:
Invalid window specification.
; error: Function cancelled
Specify first corner: Specify opposite corner:
All that works
But why is answering "Invalid window specification" before asking "Specify first corner"," Specify opposite corner"
I believe something is missing, allthow work is done
Respects
Gery
Solved! Go to Solution.