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

Get history text

 

Syntax

AIC_---Artificial-Intelligenc2([Index])

 

Parameters

Name

Type

Required

Description

Index

Long

No

History entry index (default: most recent)

 

Return Value

Type

Description

String

Returns the full text of the history entry

 

Remarks

·Retrieves complete history entry as formatted text

·Index 0 is the most recent entry

·Returns all history if no index specified

 

Example

' Get last history entryDim history As Stringhistory = AIC_---Artificial-Intelligenc2(0)Print history

Retrieves the text content of a specific or all history entries.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_GetContent

 

Previous  Top  Next