- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my Startup routine I have the following code.
This is what I currently use and "._undo" "_begin" does not make any difference.
(command "._undo" "_group")
In my ending routine I have the following code:
(command "._UNDO" "_END")
If there is no error, everything works as it should.
When there is an error, such as hitting the esc key during the program execution, it displays the error below:
Command: _COPE
Inside Radius <0.25>: *Cancel*
error: Function cancelled
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
This is what I get when I comment out this one line of code ;; (command "._UNDO" "_END") in my ending routine and then press the esc key during the program execution.
Command: _COPE
Inside Radius <0.25>: *Cancel*
error: Function cancelled
Any suggestions?
Solved! Go to Solution.