On Mon, 6 Aug 2018, Henrique Andrade wrote:
Em 3 de agosto de 2018, Allin escreveu:
>
> On Fri, 3 Aug 2018, Henrique Andrade wrote:
>
>> Dear Gretl Team,
>>
>> I'm not sure if all the following strings has to be marked for
>> translation, but please take a look at them [...]
>
> OK, thanks for the reminder, Henrique. Some of the strings you mention
> are really just debugging, printed to stderr, but I take your point
> that some of them should be translated.
Dear Allin,
Could you please help me to figure out the meaning/context of that expression:
"Can't concatenate string-valued and numeric series"
Are Gretl saying that one can not concatenate series with series whose
values represent strings?
It comes up in the context of the "append" command. And it means
that you can't append a series whose values represent strings to a
regular numeric series, or vice versa. (That is, "lengthwise",
in adding observations to an existing dataset. It's OK to add a
string-valued series as a new series, to a dataset that currently
contains only numeric series, provided the newly added series is of
a suitable length.)
This is a newly added error message, stemming from a revision of
"append", which was not doing the right thing with string-valued
series in general.
Allin