Hi all,
in the past this used to work:
<hansl>
open denmark.gdt -q
list X = LRM LRY
loop i=1..2 -q
string vname = varname(X[i])
print vname
endloop
</hansl>
However, using current cvs on Ubuntu, I get the error:
"varname: argument should be scalar, is series
Data types not conformable for operation"
Did I miss some recent changes, or is it a bug?
Artur