On Fri, 29 Apr 2011, Ignacio Diaz-Emparanza wrote:
This is only to report that this construction does not work:
<script>
loop j=5..9
list xreg$j = varA$j varB$j varC$j
list lreg$j = null
loop foreach i xreg$j
series l$i = log($i + 1)
list lreg0$j += l$i
end loop
end loop
</script>
It should now work OK in CVS. (Apart, that is, from the little bug
in the script itself: "lreg$j" versus "lreg0$j".)
Allin