Hi SunandaDH,
On Friday, October 24, 2003, 10:34:39 AM, you wrote:
Sac> Thanks, Gabriele. The one thing I hadn't thought of trying was context -- the
Sac> word had slipped from my mental context.
It is just a shortcut for MAKE OBJECT!... What I wanted to point
out was that you could just use MAKE to update your object.
I.e. (QAD):
update-object: func [obj template] [
obj: make template obj
foreach word next first obj [
if all [object? get in obj word in template word object? get in template
word] [
set in obj word update-object get in obj word get in template word
]
]
obj
]
Regards,
Gabriele.
--
Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer
Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.