Difference between revisions of "CAEngine::ReadScript/zh"
(Created page with ";filePath(文件路径):string(字符串)") |
(Created page with "= 用法 =") |
||
Line 11: | Line 11: | ||
;filePath(文件路径):string(字符串) | ;filePath(文件路径):string(字符串) | ||
− | = | + | = 用法 = |
ade.ReadScript ("C:\TMP\SCRIPT.MOD"); | ade.ReadScript ("C:\TMP\SCRIPT.MOD"); |
Revision as of 02:19, 21 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
ReadScript(filePath)
读取并执行一个Analytica脚本文件。
参 数
- filePath(文件路径):string(字符串)
用法
ade.ReadScript ("C:\TMP\SCRIPT.MOD");
API errors
- 39 – “Script file could not be found”
Comments
Enable comment auto-refresher