[REBOL] Re: Compose iterated fields with different names for each
From: nitsch-lists:netcologne at: 11-Jan-2002 18:56
RE: [REBOL] Re: Compose iterated fields with different names for each
Hi Philippe, Brett
i like Bretts tag way.
an old of me was
areas: copy[a1 none a2 none ..]
[..
t: area do[areas/a1: t]
t: area do[areas/a2: t]
..
]
the trick is to copy 't in the do[] somewhere,
because here you have full rebol available
to index somehow.
you get the idea
-Volker
[brett--codeconscious--com] wrote: