svaa schrieb: > It would cleaner if it could be written: > > try > ...... > except > <handle> > finally > <clean> > end; There was such a discussion in a Delphi group, some time ago. I don't remember the arguments, but finally the consens was *not* to combine except and finally into one try block. DoDi