Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
run this snippet and see the undo list...
gc()
undo off
(
attributes _attr attribid:#(0x0A0A0A, 0x000A)
(
parameters params
(
)
)
ok
)
you will see one record - "Custom Attribute Redefinition". Why?! I said: "UNDO OFF!". It works for everything except "ca definitions". Any idea how to suspend this hold?
(theHold.Suspend() doesn't work, everything that I tried doesn't work...)
ps. do "max undo" after that is not a solution, clear the undo buffer is not a solution as well.
pps. pps. of course, to get the "redefinition" you have to call it at least twice...
Solved! Go to Solution.