Page 1 of 1

Error counter

Posted: Thu Mar 17, 2011 10:12 am
by javiersan
Hello,

Say I try to open a file that is on the web but the address I have is incorrect and this produces an error. However, the error counter @errorcount does not increase. Why is this? How can I account for this error in my counter?

Thanks,

Javier

Re: Error counter

Posted: Thu Mar 17, 2011 10:25 am
by EViews Gareth
Not sure I can replicate that:

Code: Select all

setmaxerrs 100 create u 100 scalar ecount1 = @errorcount wfopen(type=html) http://www.eviews.com/file.html scalar ecount2 = @errorcount