Difference between revisions of "CAEngine::ReadScript/zh"

(Created page with ";filePath(文件路径):string(字符串)")
(Created page with "* 39 – “找不到脚本文件”")
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
;filePath(文件路径):string(字符串)
 
;filePath(文件路径):string(字符串)
  
= Usage =
+
= 用法 =
  
 
  ade.ReadScript ("C:\TMP\SCRIPT.MOD");
 
  ade.ReadScript ("C:\TMP\SCRIPT.MOD");
  
= API errors =
+
= API 错误 =
  
* 39 – “Script file could not be found”
+
* 39 – “找不到脚本文件”

Latest revision as of 02:19, 21 October 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

ReadScript(filePath)

读取并执行一个Analytica脚本文件。

参 数

filePath(文件路径):string(字符串)

用法

ade.ReadScript ("C:\TMP\SCRIPT.MOD");

API 错误

  • 39 – “找不到脚本文件”
Comments


You are not allowed to post comments.