Performance When Using 'with' Statement

Hi,

I knew about the ‘with’ statement ages ago but I’d never considered using it as I like to write out code in full. However I made a test to see whether there are to be any performance gains in using the ‘with’ statement. I thought the fewer reference calls would help but apparently it doesn’t. You can see for yourself here:
http://blog.fatal-exception.co.uk/?p=32