TMtxExpression.EvaluateStep Method

function EvaluateStep(aLine: Integer): Integer;

Evaluates one line of compiled script.

#NameTypeDescription
1aLineInteger

Returns: Int32

Remarks:

Evaluates one line of compiled script and returns the number of next line to be evaluated. If the value returned contains an index greater or equal to the line count, then the end of the script has been reached.