Dr.Lube
Guest
Hi.
I have a problem running this command.. I have to zoom in to some coordinates extracted from an excel. everything works well if I do the command myself, but if it turns into the lisp it gets stuck saying
il lisp è:
xy_zoom -> (8.309 1.002 0.0)
Thank you for your help!
I have a problem running this command.. I have to zoom in to some coordinates extracted from an excel. everything works well if I do the command myself, but if it turns into the lisp it gets stuck saying
Code:
; error: autocad command refused: "_.zoom"
il lisp è:
Code:
(setq xy_zoom
(conv_double (vlax-get-property cells 'item (+indice 3) 17)) 0.0)
(command "_.zoom" "_c" xy_zoom 2.5)
Thank you for your help!