Table of Contents

TatCustomScripter.Execute Method

Executes the current script, 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 TatCustomScripter.Execute(Input: Variant): Variant; overload; virtual;

Parameters

<-> Parameter Type Description
Input Variant

See also