Hi,
I'm encountering two (and a half) problems with setting the descriptive
label of a series via 'setinfo'. This happens when I use this command
inside a function package which returns the resulting series.
1 - This first problem I cannot reproduce with a minimal function
example; I'm suspecting it might depend on being wrapped inside a
package. The problem is that the descriptive label of a series is _not_
overwritten with a new content when the series itself is replaced by the
return value of the package.
1b - Another thing that somehow seems to depend on doing it inside a
package: Doing 'setinfo myseries --description="@mylabel"' for an
existing string variable 'mylabel' just yields the literal "mylabel" as
description.
2 - The --description option to 'setinfo' apparently does not allow a
string variable as input. Doing --description=s for an existing string s
just gives the literal "s" as the label.
thanks
sven