- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm facing a problem with an autolisp code, that used to work just fine before changing my computer, the line of code is the following:
(command "-insert" "C:/Users/Kevin/Documents/AutoCAD/block.dwg" "s" "1" "0,0" "0" VARIABLE)
This command inserts a specific block from a directory, then set the scale to 1, the position to 0,0, the rotation to 0 and then sets the value of the attribute to the value contained in the variable, the problem is that after changing my computer, i cannot change the value of the attribute like this anymore, everytime i run this line, after placing the block, a window open asking me to input the value of the attribute.
This is probably a problem about the configuration, not the code, since it was working just fine after changing my computer.
Solved! Go to Solution.