Hi,
not sure if it's a bug:

<hansl>
strings sarr = defarray("a", "b")
bundle b = defbundle("names", sarr)

matrix coeffmat = {0, 1; 0, 0.5}

modprint coeffmat sarr        # works
modprint coeffmat b.names # fails
</hansl>

cheers
sven