> I think this class parameter only works for instances of the class. The > static variable is resolved independently of any instantiation, so no > parameter is passed to it. Ah, I did not know that - thanks very much.