Dear all,
I updated gretl to latest cvs and obtained an error which did not occur
using a previous version from last week.
The function I have includes string arguments which are stated as
something like:
function latextab (matrix M1, string S1, string S2)
As said, I obtain the following message now:
<ERROR>
latextab: argument 15 is of the wrong type (is string, should be strings)
Data types not conformable for operation
</ERROR>
It may be related to the latest "array" function where an array of
STRINGS can be used as mentioned in Allin's news on "CVS news, part 2".
Does this mean that the function has to be re-written to something like:
function latextab (matrix M1, strings S1, strings S2)
?
Artur