A AHeyne Registered User. Local time Today, 05:32 Joined Jan 27, 2006 Messages 182 Dec 23, 2024 #21 Can't follow exactly, David. Which variable do you mean to add a watch on?
cheekybuddha AWF VIP Local time Today, 04:32 Joined Jul 21, 2014 Messages 2,790 Dec 23, 2024 #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, 05:32 Joined Jan 27, 2006 Messages 182 Dec 23, 2024 #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, 04:32 Joined Jul 21, 2014 Messages 2,790 Dec 23, 2024 #24 Ah OK, I guess that's more a shortcoming of using New without assigning to a variable!