Dear Allin,
I think the problem with wildcards is not completely solved. Please take a look at the
following script (you can find the used dataset attached):
<hansl>
open "Dados.gdt" --quiet
loop for i=1..12 --quiet
store "@dotdir\Projeções ($i passo).gdt" ibcbr proj_*_$i
endloop
loop for i=1..12 --quiet
store "@dotdir\Projeções ($i passo).gdt" *_$i
endloop
</hansl>
This commands work just fine, but that one don't:
<hansl>
loop for i=1..12 --quiet
store "@dotdir\Projeções ($i passo).gdt" ibcbr *_$i
endloop
</hansl>
Best,
Henrique Coêlho de Andrade
Diretoria de Estratégia e Organização
Divisão de Cenários e Estudos Macroeconômicos
Banco do Brasil
henrique.andrade(a)bb.com.br
Tel.: (61) 3102-6911
-----F1831737 Carlos Henrique Coelho de Andrade/BancodoBrasil escreveu: -----
Para: Gretl list <gretl-users(a)lists.wfu.edu>
De: F1831737 Carlos Henrique Coelho de Andrade/BancodoBrasil
Data: 03/10/2014 12:15
Assunto: Re: [Gretl-users] Wildcard problem in the latest snapshot
Dear Allin,
The error message is gone. But the problem remains :-( I think we found a problem greater
than the wildcard handling. Take a look ate the following script:
<hansl>
open australia.gdt
list L = PAU PUS E
eval varname(L)
delete L
</hansl>
Gretl is not deleting lists.
Atenciosamente,
Henrique Coêlho de Andrade
Diretoria de Estratégia e Organização
Divisão de Cenários e Estudos Macroeconômicos
Banco do Brasil
henrique.andrade(a)bb.com.br
Tel.: (61) 3102-6911
-----gretl-users-bounces(a)lists.wfu.edu escreveu: -----
Para: Gretl list <gretl-users(a)lists.wfu.edu>
De: Allin Cottrell
Enviado por: gretl-users-bounces(a)lists.wfu.edu
Data: 01/10/2014 16:50
Assunto: Re: [Gretl-users] Wildcard problem in the latest snapshot
On Wed, 1 Oct 2014, henrique.andrade(a)bb.com.br wrote:
Dear Allin,
I think the latest snapshot (Windows and Mac) introduced a problem with the
use of wildcards. Please take a look at the following script:
<hansl>
open australia.gdt
rename e2 e_m
rename lpus lp_m
list L = dataset - *_m
</hansl>
When I execute this script I get the error message: "Unexpected symbol
'_'".
(And this message are not marked for translation).
Thanks for the report. That's now fixed in CVS; snapshots will follow.
Allin
_______________________________________________
Gretl-users mailing list
Gretl-users(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users