Am 31.10.2020 um 06:34 schrieb Artur Tarassow:
Hi all,
I guess I found a bug in the stringify() function. In the following
example both "x" and "z" are constant integer series taking, for
instance, value 1. In case the length of the string array "S" equals
nobs(series), the mapping is _not_ right. However, in case nelem(S) >
nobs(series) things work ok.
...
<output>
index y x z
1 1 A A A
2 2 B B A
3 3 C C A
</output>
Obviously, the mapping is not right for x but for z.
Yes, looks like a bug and happens here, too. (older snapshot)
cheers
sven