Difference between revisions of "CAEngine::OutputBuffer"
(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…') |
|||
Line 1: | Line 1: | ||
− | [[CAEngine | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]] | ||
+ | <languages /> | ||
+ | <translate> | ||
= Description = | = Description = | ||
Line 19: | Line 22: | ||
Dim x As String | Dim x As String | ||
x = ade.OutputBuffer | x = ade.OutputBuffer | ||
+ | </translate> |
Revision as of 18:16, 15 June 2015
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
Enable comment auto-refresher