Hi,
I can copy an array to a bundle, but cannot create it there right away.
This time I'm not sure whether it's a bug...
<hansl>
bundle bc = null
strings s = array(3)
strings bc.s = s
strings bc.s2 = array(2) # this fails
</hansl>
(Also fails with matrices array.)
thanks,
sven