CAEngine::OutputBuffer

This page is a translated version of the page CAEngine::OutputBuffer and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文 • ‎中文(中國大陸)‎

描述

文本字符串緩衝區包含最上次typescript與ADE交互的結果(也就是使用 Command屬性和 Send方法)

如果在執行ADE方法過程中發生計算錯誤、語法錯誤、警告等。OutputBuffer也將包含錯誤信息文本。

數據類型

string:字符串

訪問

讀取

示例用法

Dim x As String
x = ade.OutputBuffer
Comments


You are not allowed to post comments.