Difference between revisions of "CAEngine::OutputBuffer/zh-cn"

(Created page with "= 数据类型 =")
(Created page with "如果在执行ADE方法过程中发生计算错误、语法错误、警告等。OutputBuffer也将包含错误信息文本。")
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
文本字符串缓冲区包含最上次typescript与ADE交互的结果(也就是使用[[CAEngine::Command/zh | Command]]属性和[[CAEngine::Send/zh | Send]]方法)
 
文本字符串缓冲区包含最上次typescript与ADE交互的结果(也就是使用[[CAEngine::Command/zh | Command]]属性和[[CAEngine::Send/zh | Send]]方法)
  
The OutputBuffer will also contain error message text if evaluation errors, syntax errors, warnings, etc., occur during the execution of other ADE methods.
+
如果在执行ADE方法过程中发生计算错误、语法错误、警告等。OutputBuffer也将包含错误信息文本。
  
 
= 数据类型 =
 
= 数据类型 =
  
string
+
字符串
  
= Access =
+
= 访问 =
  
read
+
读取
  
= Example Usage =
+
= 示例用法 =
  
 
  Dim x As String
 
  Dim x As String
 
  x = ade.OutputBuffer
 
  x = ade.OutputBuffer

Latest revision as of 07:35, 16 October 2015

ADE User Guide > ADE Server Class Reference > CAEngine

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

描述

文本字符串缓冲区包含最上次typescript与ADE交互的结果(也就是使用 Command属性和 Send方法)

如果在执行ADE方法过程中发生计算错误、语法错误、警告等。OutputBuffer也将包含错误信息文本。

数据类型

字符串

访问

读取

示例用法

Dim x As String
x = ade.OutputBuffer
Comments


You are not allowed to post comments.