Dear Gretl Team,
Please take a look at the following script:
<hansl>
# Loop 1:
matrix Quantis = {}
loop for (i=0.01; i<=1.00; i+=0.01) --quiet
matrix Quantis = Quantis ~ $i
endloop
print Quantis
# Loop 2:
matrix Quantis = {}
loop i = 1..99 --quiet
matrix Quantis = Quantis ~ $i/100
endloop
print Quantis
</hansl>
Loop 1 and Loop 2 produce the same output when Gretl uses English as
language. But when I use Gretl in Portuguese I get the following error
message:
"O símbolo ',' não é válido neste contexto
Erro de sintaxe"
The same error doesn't occur when I use "i" instead of "$i".
Best regards,
Henrique Andrade
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users