Int32 EvaluateStep(Int32 aLine)
Evaluates one line of compiled script.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aLine | Int32 |
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.