Thanks Ladislav,

cloning
and reduce
works  OK
Sascha

Ladislav Mecir wrote:

> Hi Sascha,
>
> this could be what you need:
>
> account: make object! [
>     name: none
> ]
> a_1: make account []
> a_2: make account []
> a_2/name: "sascha"
> a_1/name: "mascha"
> foreach obj reduce [a_1 a_2] [
>     probe obj/name
> ]
>
> Regards
>     Ladislav (Rebol Rebol)

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to