Message 1 of 12
Is lisp programing of Auto cad in2022 different?

Not applicable
ā07-23-2021
06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi sir.
The lisp When I've used well on auto cad 2006 doesn't work on 2022 ver.
Customer service center said that lisp programing is different on auto cad 2021,2022. But I don't know how to correct it.
Does it have any problem?
Please check out below and correct on new version.š¤§
(defun c:vv()
(command "ucs" "w" "osnap""end,ins,cen,nod,int")
)