Difference between revisions of "CAEngine::ReadScript"

(Created page with '<< class CAEngine = ReadScript(filePath) = Reads an Analytica script file and executes it. = Parameters = ;filePath: string = Usage = ade.ReadScript ("C:\TMP\…')
 
Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 +
<languages />
 +
<translate>
  
 
= ReadScript(filePath) =
 
= ReadScript(filePath) =
Line 16: Line 19:
  
 
* 39 – “Script file could not be found”
 
* 39 – “Script file could not be found”
 +
</translate>

Revision as of 18:51, 15 June 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

ReadScript(filePath)

Reads an Analytica script file and executes it.

Parameters

filePath
string

Usage

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

API errors

  • 39 – “Script file could not be found”
Comments


You are not allowed to post comments.