Page 1 of 1

Eviewscrach when calling a non existing line

Posted: Thu Nov 19, 2015 4:42 am
by johansamuelsson
Hi

Im getting a Eviewscrach when calling a non existing line from a text-object. This code...

Code: Select all

SetMaxErrs 10 WfCreate u 1 Text info info.append hello info.append world %tmp = info.@line(3)
...gets the error message (correctly)
Line number is out of range in "%TMP = INFO.@LINE(3)".
But with this code...

Code: Select all

SetMaxErrs 10 WfCreate u 1 Text info %tmp = info.@line(3)
...Eviews craches

Nov 2 2015 Build, Standard Edition

Regards Johan

Re: Eviewscrach when calling a non existing line

Posted: Thu Nov 19, 2015 10:20 am
by EViews Jason
EViews has problems with completely empty text objects. We will get it fixed.