Quote:
Originally Posted by DustyPorViva
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!