CAEngine::OutputBuffer

Revision as of 22:36, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = Description = A text string buffer that contains the result of the last typescript (i.e., using the Command property and…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class 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


You are not allowed to post comments.