01-09-01 20.15, skrev Michael G Schwern på schwern@pobox.com följande: > That would be probably the best way to do it. Have some sort of hook > that lets you add scope destructors to things. I have no idea how to > do it. Sounds complicated, <obvious troll>probably will never get > done.</obvious troll> You can do it with a custom op :) The trouble is you cannot do it from an XS since the XS is a scope of itself and the DESTRUCTOR will be run when you leave it. <troll> Now if Simon could upload some custom op stuff so... </troll> :-) -- ArthurThread Previous | Thread Next