CAEngine::OutputBuffer

(Redirected from OutputBuffer)

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文 • ‎中文(中国大陆)‎

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


You are not allowed to post comments.