Message 1 of 9
Enforce Lisp execution order within a macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I've created 2 custom commands for AutoCAD as lisp files. When I run the macro:
^C^C_COMMAND-1;COMMAND-2
I get an alert that is coming from the second command before the first command is executed. How can I enforce the order of execution so that the alert from the second command only shows after the first command is fully executed?
Thanks for your help once again!