TMtxExpression.EvaluateStep Method

Int32 EvaluateStep(Int32 aLine)

Evaluates one line of compiled script.

#NameTypeDescription
1aLineInt32

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.