S
Samuel Caparros
Hi group,
I have an app where I use a class defined by myself. I've been using it
normally until a few days ago. Every time I run a simple assignment...
Dim LocalObjectOfMyClass as New MyClass
LocalObjectOfMyClass = GlobalObjectOfMyClass
....all of a sudden, I'm getting an strange behaviour where, after this
point, every change I make to any property or variable in the local
object occurs in the global object as well. They seem somehow linked.
So. Is there something I should inmediately check or do I go dive
deeply into my code? I mean... May this be happening for any obvious
reason I am missing? Or does it have to be something wrong in my code?
Thanks
I have an app where I use a class defined by myself. I've been using it
normally until a few days ago. Every time I run a simple assignment...
Dim LocalObjectOfMyClass as New MyClass
LocalObjectOfMyClass = GlobalObjectOfMyClass
....all of a sudden, I'm getting an strange behaviour where, after this
point, every change I make to any property or variable in the local
object occurs in the global object as well. They seem somehow linked.
So. Is there something I should inmediately check or do I go dive
deeply into my code? I mean... May this be happening for any obvious
reason I am missing? Or does it have to be something wrong in my code?
Thanks