CAEngine::OutputBuffer

ADE User Guide > ADE Server Class Reference > CAEngine

Description

A text string buffer that contains the result of the last typescript (i.e., using the Command property and Send method) interaction with the ADE.

The OutputBuffer will also contain error message text if evaluation errors, syntax errors, warnings, etc., occur during the execution of other ADE methods.

Data type

string

Access

read

Example Usage

Dim x As String
x = ade.OutputBuffer
Comments
Loading comments...