patrickdrd
Programmer
Hi everyone!
I need to get a copy of an object,
I do not want Set obj2 = obj1 because the new obj2
contains the reference of obj1 and changes are reflected to obj1.
I do not want to have the changes reflected to obj1.
Thanks in advance!
I need to get a copy of an object,
I do not want Set obj2 = obj1 because the new obj2
contains the reference of obj1 and changes are reflected to obj1.
I do not want to have the changes reflected to obj1.
Thanks in advance!