Am 04.12.2019 um 08:20 schrieb Artur Tarassow:
Ah, that was my mistake. Sorry for the noise. I don't know why I just
did not make use of the $-accessor, but tried to do some selection.
The following works exactly as (I) expected it :-)
<hansl>
strings S = defarray("A", "B", "C")
loop foreach i S -q
eval $i
endloop
... (etc.)
Are you sure? For me it just reproduces the object itself (array,
matrix...) And that's what I expected, although I totally agree with you
that automatically iterating would be cool.
cheers
sven