A AHeyne Registered User. Local time Today, 20:10 Joined Jan 27, 2006 Messages 172 Yesterday at 11:00 AM #21 Can't follow exactly, David. Which variable do you mean to add a watch on?
cheekybuddha AWF VIP Local time Today, 19:10 Joined Jul 21, 2014 Messages 2,762 Yesterday at 11:44 AM #22 AHeyne said: Can't follow exactly, David. Which variable do you mean to add a watch on? Click to expand... On the With'ed variable/object
AHeyne said: Can't follow exactly, David. Which variable do you mean to add a watch on? Click to expand... On the With'ed variable/object
A AHeyne Registered User. Local time Today, 20:10 Joined Jan 27, 2006 Messages 172 Yesterday at 11:52 AM #23 Ah, ok. That would be possible, right. What I had in mind was that I often use such a construct, where I don't have a variable at all, but only the 'With'-context: Code: With New MyClass ... End With
Ah, ok. That would be possible, right. What I had in mind was that I often use such a construct, where I don't have a variable at all, but only the 'With'-context: Code: With New MyClass ... End With
cheekybuddha AWF VIP Local time Today, 19:10 Joined Jul 21, 2014 Messages 2,762 Yesterday at 12:01 PM #24 Ah OK, I guess that's more a shortcoming of using New without assigning to a variable!