Difference between revisions of "CAEngine::OutputBuffer/zh-cn"
(Created page with "= 数据类型 =") |
|||
Line 9: | Line 9: | ||
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. | ||
− | = | + | = 数据类型 = |
string | string |
Revision as of 07:33, 16 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
描述
文本字符串缓冲区包含最上次typescript与ADE交互的结果(也就是使用 Command属性和 Send方法)
The OutputBuffer will also contain error message text if evaluation errors, syntax errors, warnings, etc., occur during the execution of other ADE methods.
数据类型
string
Access
read
Example Usage
Dim x As String x = ade.OutputBuffer
Comments
Enable comment auto-refresher