Hi,
I'm trying out the new array types. And I've noticed that the error
message here is much less informative than in the analogous case where
for example a scalar would be expected.
<hansl>
function matrices hello (matrix in)
print "hi"
return in # wrong type
end function
hello(I(3))
</hansl>
Gretl snapshot from March 17th just says "data error".
thanks,
sven
Show replies by date