AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Previous Top Next


Description

Short Name: gav

Get any variable

Syntax

AIC_---Artificial-Intelligenc2(VarName)

Parameters

Parameter

Type

Required

Description

VarName

String

Yes

Name of the variable to retrieve

Return Value

Type

Description

Variant

Returns the value of the specified variable

Remarks

·Allows dynamic access to internal variables

·Returns empty string if variable not found

·Useful for debugging and inspection

Example

' Get value of internal variableDim value As Variantvalue = AIC_---Artificial-Intelligenc2("LastResponse")Print "Last response: " & value

Retrieves the value of an internal AIC variable by name.

See Also

·AIC_GetContent

·AIC_---Artificial-Intelligenc2