F
ffa
Hi Guys
If I do something like:
Dim newClass As Customer
newClass = oCustomer (an existing Customer object)
Then when I make a change in oCustomer, the change is also applied to
newClass.
Is there some quick way to create a new instance of oCustomer that is an
independant object. I want to use this for some undo functionallity and
change logging.
Thanks
If I do something like:
Dim newClass As Customer
newClass = oCustomer (an existing Customer object)
Then when I make a change in oCustomer, the change is also applied to
newClass.
Is there some quick way to create a new instance of oCustomer that is an
independant object. I want to use this for some undo functionallity and
change logging.
Thanks