Hi,
I'm wondering about the following behavior:
<hansl>
matrix mtemp = ones(12) ~ seq(1,12)' # two columns
cnameset(mtemp, "") # works
cnameset(mtemp, " ") # works
cnameset(mtemp, defarray(" "," ")) # works
cnameset(mtemp, defarray("","")) # gives error: Missing string in
cnameset
</hansl>
I believe that the 4th/last cnameset line should also apply empty names
to the columns, like the 1st and 2nd lines hopefully do. In contrast and
just for comparison, the 3rd line should apply a single blank character
as the name for each column.
This is with the March 5th snapshot.
thanks
sven