TatVirtualMachine.Execute Method
Executes the script associated with this virtual machine, compiling it first if necessary.
Remarks
The Input parameter is deprecated and no longer used.
The return value contains the value returned by the script main block.
In Pascal scripts, use the result variable to provide a return value from the main block.
In Basic scripts, set the MAIN variable to provide the return value.
Syntax
Unit: atScript
function TatVirtualMachine.Execute(Input: Variant): Variant; overload; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Input | Variant |