TMtxExpression::EvaluateStep Method

int EvaluateStep(int aLine);

Evaluates one line of compiled script.

#NameTypeDescription
1aLineint
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.

Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler