On Tue, 13 Jan 2009, Yuniarto Hadiwibowo wrote:
Another matter is the index variable in loop. The following
script works in 1.7.9 and previous cvs, but not in current
cvs...
<script>
open adf_test
loop foreach j nc c ct ctt gls --quiet
loop foreach i employ prdefl gnp unemp armfrc pop --quiet
adf 4 $i --$j --test-down
lt_$i$j=$test
lp_$i$j=$pvalue
adf 4 $i --$j --difference --test-down
dt_$i$j=$test
dp_$i$j=$pvalue
end loop
end loop
</script>
What error are you seeing with this script? It runs OK for me
using current CVS.
Allin Cottrell