View Single Post
  #6  
Old 07-15-2010, 07:53 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by DustyPorViva View Post
I don't think you need to prefix the variables with "this."
Surely using "this." makes it faster because it does not have to make lookups through the entire scope and then the scope of the with'ed object, and instead only the latter!
Reply With Quote