Undo command
With version 3.1.0009, is there a way to set the undo command to default OFF for Enable Undo Groups and ON for Disable Multiple Undo?My ICAD.lsp has "(setvar "undoctl" 3)", but with no effect. Undoctl seems to be set at "5" with "read only". Each time I start the program I have to go through the menu and re-set switches.Thank you, VM
0
Comments
-
You can replace setvar with this:(command ".undo" "_a" "_off" ".undo" "_c" "_o")
0 -
Where do I go to make this change?
0 -
In your Icad.lsp
0 -
Thank you very much -- works like acharm!I simply copied & pasted the line by A. Vaernes, including the parenthesis, into my Icad.lsp.
0
This discussion has been closed.