Difference between revisions of "CAEngine::OutputBuffer"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = Description = | + | = Description = <!--T:1--> |
+ | <!--T:2--> | ||
A text string buffer that contains the result of the last typescript (i.e., using the [[CAEngine::Command|Command]] property and [[CAEngine::Send|Send]] method) interaction with the ADE. | A text string buffer that contains the result of the last typescript (i.e., using the [[CAEngine::Command|Command]] property and [[CAEngine::Send|Send]] method) interaction with the ADE. | ||
+ | <!--T:3--> | ||
The OutputBuffer will also contain error message text if evaluation errors, syntax errors, warnings, etc., occur during the execution of other ADE methods. | 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 = | + | = Data type = <!--T:4--> |
+ | <!--T:5--> | ||
string | string | ||
− | = Access = | + | = Access = <!--T:6--> |
+ | <!--T:7--> | ||
read | read | ||
− | = Example Usage = | + | = Example Usage = <!--T:8--> |
− | Dim x As String | + | <!--T:9--> |
+ | Dim x As String | ||
x = ade.OutputBuffer | x = ade.OutputBuffer | ||
</translate> | </translate> |
Latest 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