2014-11-05 17:21 UTC
I do not understand the problem with command and command-s
I copied the lines below the help of AutoCAD 2015.
"The following is an invalid use of prompting for user input with the command-s function.
(command-s "._circle" (getpoint "\nSpecify center point: ") "_d" 2.75)
"
Turns out the lines of code work fine in AutoCAD 2015 and 2012.
1
2
Can someone explain me better how to reproduce the error that is as reported.
I better understand all the comments about it.
Thanks
Modify message
I copied the lines below the help of AutoCAD 2015.
"The following is an invalid use of prompting for user input with the command-s function.
(command-s "._circle" (getpoint "\nSpecify center point: ") "_d" 2.75)
"
Turns out the lines of code work fine in AutoCAD 2015 and 2012.
1
(command-s "._circle" (getpoint "\nSpecify center point: ") "_d" 2.75)
2
(command "._circle" (getpoint "\nSpecify center point: ") "_d" 2.75)
Can someone explain me better how to reproduce the error that is as reported.
I better understand all the comments about it.
Thanks
Modify message