On Tue, 14 Aug 2001 03:16:12 +0100, Barry Kelly <✉eircom.net> wrote:
>Please list some valid uses of exception-swallowing try..except blocks, >and I'll show you that the majority should have checked for error before >doing whatever raised the exception.
In a web module that saves the settings of a component with TWriter and RTTI.
John McTaggart