Table of Contents

TatVariableInfo.Value Property

Gets or sets the effective runtime value of this variable.

Remarks

For local variables and input parameters, the value is only accessible while the script is running and execution has reached the owning routine. Global variables are an exception: their value can be read or set even before or after script execution.

Syntax

Unit: atScript

property TatVariableInfo.Value: Variant

See also