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\…')
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
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) = <!--T:1-->
  
 +
<!--T:2-->
 
Reads an Analytica script file and executes it.
 
Reads an Analytica script file and executes it.
  
= Parameters =
+
= Parameters = <!--T:3-->
  
 +
<!--T:4-->
 
;filePath: string
 
;filePath: string
  
= Usage =
+
= Usage = <!--T:5-->
  
  ade.ReadScript ("C:\TMP\SCRIPT.MOD");
+
  <!--T:6-->
 +
ade.ReadScript ("C:\TMP\SCRIPT.MOD");
  
= API errors =
+
= API errors = <!--T:7-->
  
 +
<!--T:8-->
 
* 39 – “Script file could not be found”
 
* 39 – “Script file could not be found”
 +
</translate>

Latest revision as of 19:42, 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.