Message 1 of 7

Not applicable
02-11-2015
11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wrote this macro using the Customize User Interface Editor:
(defun c:dimcl( )(command "-layer" "s" "dimensions" "" "" "_dimlinear" pause pause pause """._layerp")(princ));dimcl
When I select the macro button it works real nice, exactly as intended. And when I type "dimcl" at the command prompt the new command works just fine.
However I get this message everytime:
Unknown command "DIMCL". Press F1 for help.
Considering the macro actually works then probably okay. But I would like to know what I am doing wrong here.
Any ideas?
Solved! Go to Solution.