TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: adham7 on July 01, 2019, 04:06:24 AM

Title: Insert block with attributes Lisp,Autocad 2020
Post by: adham7 on July 01, 2019, 04:06:24 AM
Hello, I have a lisp to insert block with attributes, it works will in autocad 2019,but didn't work in autocad 2020

(Command "-INSERT" "COORD" "390058.877,2880253.783,9.22" "1" "1" "0" "BM-1" "" "" "" )

Thanks...
Title: Re: Insert block with attributes Lisp,Autocad 2020
Post by: Marc'Antonio Alessi on July 01, 2019, 04:20:49 AM
See values of:
Comando: ATTREQ
Digitare nuovo valore per ATTREQ <0>: 1
Comando: ATTDIA
Digitare nuovo valore per ATTDIA <1>: 0

Show command line:
Comando: (Command "_-INSERT" "COORD" "390058.877,2880253.783,9.22" "1" "1" "0" "BM-1" "" ""); < one attrib test
nil
Title: Re: Insert block with attributes Lisp,Autocad 2020
Post by: adham7 on July 01, 2019, 04:37:55 AM
See values of:
Comando: ATTREQ
Digitare nuovo valore per ATTREQ <0>: 1
Comando: ATTDIA
Digitare nuovo valore per ATTDIA <1>: 0

Show command line:
Comando: (Command "_-INSERT" "COORD" "390058.877,2880253.783,9.22" "1" "1" "0" "BM-1" "" ""); < one attrib test
nil
Thank You,It works will