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
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to