Dear Ruud et. al.,

KiXtart doesn't return the correct line where an error is found when using Execute(). Please check out the following code...

 Code:
? "Line 1"
? "Line 2"
$=Execute("$x="+$y)

Output:
 Code:
Line 1
Line 2
ERROR : Error in expression.!
Script: C:\svn\scripts\test.kix
Line  : 1

Regards,

Richard