Hi,

the below fails on a current snapshot.

Thanks,

sven

<hansl>

bundle foo = null
matrix m = {1,2}

# user guide example:
string s = "matrix 1"
foo[s] = m # matrix is added under key "matrix 1"

# now wrap this into an array
bundles bb = defarray(foo)
# try to access the string inside (fails)
eval bb[1][s]

</hansl>