Author Topic: Insert block with attributes Lisp,Autocad 2020  (Read 3901 times)

0 Members and 1 Guest are viewing this topic.

adham7

  • Mosquito
  • Posts: 6
Insert block with attributes Lisp,Autocad 2020
« 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...

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1451
  • Marco
Re: Insert block with attributes Lisp,Autocad 2020
« Reply #1 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

adham7

  • Mosquito
  • Posts: 6
Re: Insert block with attributes Lisp,Autocad 2020
« Reply #2 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