|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Get history text
AIC_---Artificial-Intelligenc2([Index])
Name
Type
Required
Description
Index
Long
No
History entry index (default: most recent)
Type
Description
String
Returns the full text of the history entry
·Retrieves complete history entry as formatted text
·Index 0 is the most recent entry
·Returns all history if no index specified
' Get last history entryDim history As Stringhistory = AIC_---Artificial-Intelligenc2(0)Print history
Retrieves the text content of a specific or all history entries.
AIC_---Artificial-Intelligenc2, AIC_GetContent
Previous Top Next