Marvin Humphrey wrote:
What are the advantages of the With class? Why not just obtain the lock, run a block, and release the lock?
The release should be in a 'finally' block. 'With' enforces that. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]