On Mon, 20 Oct 2014, henrique.andrade(a)bb.com.br wrote:
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>
This should now be fixed in CVS and snapshots.
Allin