[REBOL] Re: Viewing two or more copies of the same layout. Thanks!
From: SunandaDH:aol at: 11-Feb-2004 12:30
Robbie:
> The ability to add new variables to objects would be nice - an instant
> alternative to hash! and more elegant.
Take a look at:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=extend-an-obje
ct.r
and its documentation -- though bear in mind the limitations: "extending" an
object in this way actually creates a new instance. Not much use if the
object has references.
Sunanda.