[REBOL] Re: Object extension / clipboard / scrolling images
From: greggirwin:mindspring at: 12-Mar-2002 3:16
Hi Ashley,
<< Have I missed something here? I "extend" objects all the time in the
following manner . . . >>
You're not really "extending" the object, but creating a new object using
the original object as a template. This is often not a problem, but suppose
you have other references to the original object. When you create the new
one, those other references don't get updated, so they are still pointing at
the original object, not the newly created and extended object.
--Gregg