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
