Eviewscrach when calling a non existing line
Posted: Thu Nov 19, 2015 4:42 am
Hi
Im getting a Eviewscrach when calling a non existing line from a text-object. This code...
...gets the error message (correctly)
...Eviews craches
Nov 2 2015 Build, Standard Edition
Regards Johan
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)But with this code...Line number is out of range in "%TMP = INFO.@LINE(3)".
Code: Select all
SetMaxErrs 10
WfCreate u 1
Text info
%tmp = info.@line(3)Nov 2 2015 Build, Standard Edition
Regards Johan