Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've been working with some LISP routines that were originally written for AutoCAD 2004 and I'm trying to get them to run smoothly in 2022. I'm running into an issue with one of my "dim" functions.
I am getting the error:
From the block of code that says:
(command "dim" "dimtix" 1
"dim" "horiz"
(list (- 0 10.25) 6.375)
(list 0 8.3125)
(list (/ 5.186 2) 14.484) "" "exit"
"dim" "dimtix" 0))
I'm not very familiar with the "dim" command, so any insight would be appreciated!
Solved! Go to Solution.