@jetdv Hi Edward. I wonder, do you know of a way to detect whether an undo action has been performed?
Say, for instance, I have a block of code encompassed by an UndoBlock using statement. Is there a way of detecting whether that UndoBlock has been activated when it's exited? Due to code within this block modifying an array element, I need to know whether that array element needs resetting or not.
Thanks for any help you can give me.
How to detect and undo action
Jack S
wrote on 10/3/2024, 7:15 AM