Message 1 of 4
LISP command on command line works, but not associated with an icon in ribbon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This command:
^C^C^P(progn (setvar "FILEDIA" 0) (command "_NETLOAD" "C:\\Users\\oransen\\source\\repos\\Dwg_Classif\\bin\\x64\\Release\\Dwg_Classif.dll") (setvar "FILEDIA" 1)) MyFirstCommand
works properly on the command line, but when placed inside an icon properties appears to get only half way:
In the command it is like this:
What have I missed? What don't I know? What error have I made? Who am I?
TIA