Hi,
I am bit puzzled why one cannot assign new values to a stringified
series (using current git). Why should be the behavior differently
compared to numerical series?
<hansl>
set verbose off
nulldata 2
series foo = seq(1,2)'
strings s = defarray("A", "B")
stringify(foo, s)
print foo
series foo = 1 # "Cannot overwrite entire string-valued
</hansl>
Thanks,
Artur