Table of Contents

TatVirtualMachine.GetInputArgAsChar Method

Returns the value of the parameter passed to the Delphi method being executed, as a char value. See GetInputArg for more info.

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsChar(AIndex: Integer): Char;

Parameters

<-> Parameter Type Description
AIndex Integer

See also