On Tue, 30 Mar 2010, Henrique Andrade wrote:
Em 26 de mar�o de 2010 Allin <allincottrell(a)gmail.com>
escreveu:
On Thu, Mar 25, 2010 at 11:54 PM, Henrique Andrade <
> henrique.coelho(a)gmail.com> wrote:
>
>> Dear Allin, I realized what is going wrong. Take a look at the following
>> script:
>>
>> <script>
>> open data9-12
>> ldiff pcecars pop pcdpy cpinew
>> var 24 ld_pcecars ld_pop ld_pcdpy ld_cpinew --lagselect
>>
>> /*
>> Teste para verifica��o do erro na sele��o de defasagens
>> do VAR via GUI.
>> */
>> </script>
>>
>> In that case everything is working fine. But if I change the script
>> subtracting
>> the last line (*/):
>>
>> <script>
>> open data9-12
>> ldiff pcecars pop pcdpy cpinew
>> var 24 ld_pcecars ld_pop ld_pcdpy ld_cpinew --lagselect
>>
>> /*
>> Teste para verifica��o do erro na sele��o de defasagens
>> do VAR via GUI.
>> </script>
>>
>> Now the problem arises. I think it would be important to introduce an
>> error
>> message instead of a crash, won't you? ;)
>>
>
> Thanks for figuring this out. Should be fixed now.
Dear Allin, I'm testing the scripts above with the latest snapshot and the
error remains.
Can you please attach (not inline) the exact script you are using?
Thanks. I can't replicate the problem here from your description.
Allin